POST
/
spaces
/
{spaceId}
/
favorite
curl --request POST \
  --url https://ragapi.sno.ai/v1/spaces/{spaceId}/favorite \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

spaceId
string
required

Response

200
application/json

Space favorited successfully

The response is of type object.