Skip to main content

Update Status

PATCH 
/portouts/:id/:status

Authorize or reject portout request

Request

Path Parameters

    id uuidrequired

    Portout id

    status stringrequired

    Possible values: [authorized, rejected-pending]

    Updated portout status

Body

required

    reason string

    Provide a reason if rejecting the port out request

Responses

200: Portout Response

401: Unauthorized

404: Resource not found

422: Unprocessable entity. Check message field in response for details.

Loading...