Skip to main content

Update App

PATCH 

/apps/:app_id

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.

Request

Path Parameters

    app_id App Idrequired

Body

required
    app_name App Name (string)required

Responses

Successful Response
Schema
    app_id App Id (string)required
    app_name App Name (string)required
Loading...