PATCH
/
spaces
/
{spaceId}
curl --request PATCH \
  --url https://ragapi.sno.ai/v1/spaces/{spaceId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'
{
  "success": true,
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'

Path Parameters

spaceId
string
required

Body

application/json

Response

200
application/json

Space updated successfully

The response is of type object.