PUT
/
issues
curl --request PUT \
  --url https://app.melodi.fyi/api/external/issues \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "projectId": 123,
  "name": "<string>"
}'
{
  "id": 123,
  "projectId": 123,
  "name": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

api-key
string
header
required

Your Melodi API key

Body

application/json

Response

200
application/json

Issue successfully created or updated

The response is of type object.