Close 1

PATCH /schedule/close/{id}

Path parameters

  • id string Required

Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • status string
    • code integer(int32)
    • message string
    • data string
PATCH /schedule/close/{id}
curl \
 --request PATCH 'https://sandbox.serchservice.com/api/v1/schedule/close/{id}'
Response examples (200)
{
  "status": "100 CONTINUE",
  "code": 42,
  "message": "string",
  "data": "string"
}