Skip to main content
PUT
Update an app

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

app_id
string<uuid>
required

Unique ID of the app.

Query Parameters

app_name
string
required

New name for the app.

Response

App name updated successfully.

Response model for app details.

id
string<uuid>
required

Unique ID of the app.

app_name
string
required

Name of the app.

created_date
any
required

Timestamp when the app was created.

updated_date
any
required

Timestamp when the app was last updated.

app_type
enum<string>
default:hand_authored

Type of application.

Available options:
hand_authored,
notebook_pipeline,
inference_service,
full_pipeline
created_by
string | null

Username of the creator.

updated_by
string | null

Username of the last updater.