cURL
curl --request PUT \ --url https://api.example.com/api/core/use_cases/external_links \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "use_case_id": "<string>", "external_links": [ {} ] } '
{ "message": "<string>" }
Endpoint to update use case external links.
Bearer token authentication. Format: 'Bearer '
Show child attributes
Successful Response
Was this page helpful?