Skip to main content
PUT
/
api
/
core
/
use_cases
/
external_links
Update use case external links
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>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Body

application/json
use_case_id
string
required

Response

Successful Response

message
string
required