Skip to main content
PATCH
/
v1
/
apps
/
{id}
Update app
curl --request PATCH \
  --url https://{defaultHost}/v1/apps/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Authorization: <api-key>'
{
  "app": {
    "id": "<string>",
    "name": "<string>",
    "slug": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "origin": "<string>",
    "callback_url": "<string>",
    "logo": "<string>",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

API Secret token

X-Authorization
string
header
required

User Access token

Path Parameters

id
string
required

id

Response

200 - application/json

successful

app
object