v2
latestOpenAPI 3.1.02026-07-312303692.4 MBApplication
Patch Application
Partially update an application.
patch/api/v1/app/{app_id}
Path parameters
app_idstring required
The Application's ID or UID.
Example:unique-identifier
The Application's ID or UID.
Request body
Example request
{
"uid": "unique-identifier"
}Response
Example response
{
"uid": "unique-identifier",
"name": "My first application",
"id": "app_1srOrx2ZWZBpBUvZwXKQmoEYga2"
}