cURL
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>" }
Updates the details of a specific space.
Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'
Space updated successfully
The response is of type object.
object