Move a select value to a specific position within the attribute definition's value list.

The value is moved to the specified zero-based position; all remaining values shift automatically.

Example: Given order [A, B, C, D], moving C to position 0 results in [C, A, B, D].

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The internal ID of the attribute definition.

Example: 634c26e14cedfd0001775e9f

string
required

The ID of the select value to move.

Example: 664cc80da825236207fe01a7

Query Params
int32
required
≥ 0

Zero-based target position for the value. Must be within bounds [0,total_values_count-1].

Responses
204

No Content

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json