Apps

Update App

Update an app for a user or organization.

Args: app_id (str): The ID of the app. payload (UpdateApp): The payload containing the app name.

Returns: UpdateAppOutput: The output containing the newly created app's ID and name.

Raises: HTTPException: If there is an error creating the app or the user does not have permission to access the app.

patch/apps/{app_id}

Path parameters

app_idstring required

Request body

app_namestring nullable
folder_idstring nullable

Response

Successful Response

app_idstring required
app_namestring required
app_typestring nullable
created_atstring nullable
updated_atstring nullable
folder_idstring nullable

Changes