cURL
curl --request PATCH \ --url https://api.camelai.com/api/v1/reference-queries/{id}/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "query": "<string>", "title": "<string>", "connection_id": 123, "source_type": "USER" }'
{ "id": 123, "query": "<string>", "title": "<string>", "detailed_description": "<string>", "connection_id": 123, "source_type": "USER", "status": "PROCESSING", "error_message": "<string>", "created_at": "2023-11-07T05:31:56Z", "last_modified": "2023-11-07T05:31:56Z" }
Update specific fields of a reference query.
JWT or API key authentication using Bearer scheme
Serializer for Reference Query model instances.
Was this page helpful?