cURL
curl --request PATCH \ --url http://localhost:8080/api/v1/catalogues/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "data": { "attributes": { "name": "<string>" }, "type": "<string>" } } '
{ "attributes": { "llm_names": [ "<string>" ], "name": "<string>" }, "id": "<string>", "type": "<string>" }
Update an existing catalogue’s information
Catalogue ID
Updated catalogue information
Catalogue input model
Show child attributes
OK
Catalogue response model
Was this page helpful?