apps
Update App
Update an App
Args: app_id (uuid.UUID): The ID of the app to update app (schemas.AppUpdate): The App object containing any new metadata
Returns: schemas.App: The App object of the updated App
PUT
/
apps
/
{app_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
app_id
string
requiredBody
application/json
name
string | null
metadata
object | null
Response
200 - application/json
id
string
requiredname
string
requiredmetadata
object
requiredcreated_at
string
required