cURL
curl --request POST \ --url https://api.ragkit.com/v1/ns_update \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "namespace": "<string>", "data": { "description": "<string>" } } '
{ "success": true, "data": { "key": "<string>", "description": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The key of the namespace to update.
namespace
The settings to update.
Show child attributes
Success
Always true.
true
false
The namespace.