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>"
}Slug can be changed (from NULL) just once.
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>"
}