PUT
/
ticket-links
/
{id}
curl --request PUT \
  --url https://core.api.ravennahq.com/api/ticket-links/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-ravenna-api-token: <api-key>' \
  --data '{
  "name": "<string>",
  "url": "<string>"
}'
{
  "id": "<string>",
  "name": "<string>",
  "url": "<string>",
  "userId": "<string>",
  "ticketId": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

x-ravenna-api-token
string
header
required

Path Parameters

id
string
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object.