Skip to main content
PUT
/
admin
/
apps
/
{app_id}
/
slug
Update a slug
curl --request PUT \
  --url https://api-dev.narrative.io/admin/apps/{app_id}/slug \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "slug": "<string>"
}
'
{
  "app_id": 123,
  "slug": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
integer<int64>
required

the app id

Body

application/json
slug
string

Response

200 - application/json

OK

app_id
number
slug
string