Skip to content
Longport Whale
Flow Tickets

Update Flow Ticket Payload

A shared endpoint of the generic ticket-approval system, used to modify the business data (payload) attached to a ticket mid-approval, typically when an approver fine-tunes the submitted content before approving.

PUThttps://b-api.longbridge.xyz/admin-api/flow_tickets/{id}

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Parameters

idstringRequired

Ticket ID

Request body application/json

payloadobjectrequired

Payload. The structure is determined by the specific business; no unified definition was found in shared code.

Responses

HTTP 200No confirmable field definitions are available for the response yet.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs