openapi: 3.0.2
info:
  version: '1.0'
  title: POST with no request-body
  description: POST with no request-body
servers:
  - url: 'http://demo1373839.mockable.io'
paths:
  /sample-post:
    post:
      summary: Resend schedule to a node
      description: Resend a schedule to a node.
      operationId: resendScheduleToNode
      parameters:
        - orgid:
          in: query
          schema:
            type: string
      responses:
        '204':
          description: Success