Skip to main content
PATCH
/
base
/
{baseId}
/
app
/
{appId}
/
props
cURL
curl --request PATCH \
  --url http://127.0.0.1:3000/api/base/{baseId}/app/{appId}/props \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "baseId": "<string>",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

baseId
string
required
appId
string
required

Response

200 - application/json

App props updated

id
string
required
baseId
string
required
name
string
required
Last modified on January 25, 2026