PATCH
/
base
/
{baseId}
curl --request PATCH \
  --url https://app.teable.io/api/base/%7BbaseId%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"name":"string","icon":"string"}'
{
  "spaceId": "<string>",
  "name": "<string>",
  "icon": "<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

Body

application/json
name
string
icon
string

Response

200 - application/json
Returns information about a successfully updated base.
spaceId
string
required
name
string
required
icon
string