PUT /api/cruises/{id}

PUT /api/cruises/{id}

Path parameters

  • id integer(int32) Required

Body

Responses

curl \
 --request PUT 'https://org-bay.runasp.net/api/cruises/{id}' \
 --header "Content-Type: application/json" \
 --data '{"name":"string","status":1}'
curl \
 --request PUT 'https://org-bay.runasp.net/api/cruises/{id}' \
 --header "Content-Type: text/json"
curl \
 --request PUT 'https://org-bay.runasp.net/api/cruises/{id}' \
 --header "Content-Type: application/*+json"
Request examples
{
  "name": "string",
  "status": 1
}