Gifli API Docs
Api

Update an app

Update an app's name. Owner only.

PATCH
/apps/{id}

Authorization

BearerAuth
AuthorizationBearer <token>

Pass a user session token (from /auth/login) or an app API key (gk_…).

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/apps/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "name": "string",  "slug": "string",  "verified": true,  "serviceAccountLimit": 0,  "apiKeyPrefix": "string",  "createdAt": "2019-08-24T14:15:22Z",  "ownerId": "string"}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}