Skip to main content
PATCH
Update multiple positions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ids
string[]
required

Array of position IDs

Minimum array length: 1
Example:
status
enum<string>
required

New status to set (ACTIVE or INACTIVE)

Available options:
ACTIVE,
INACTIVE

Response

200 - application/json

Positions status updated successfully

statusCode
number
required

HTTP Status code

Example:

200

timestamp
string
required

Timestamp of the response

Example:

"2026-01-08T06:33:20.711Z"

message
string
required

Response message

Example:

"Success"

data
object[]
required

Response data