cURL
curl --request PUT \ --url https://api.example.com/api/core/use-cases/{use_case_id}/external-links \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "external_links": [ {} ] } '
{ "message": "<string>" }
Endpoint to update use case external links.
Documentation IndexFetch the complete documentation index at: https://docs.genow.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.genow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Format: 'Bearer '
Show child attributes
Successful Response
Was this page helpful?