Updates and re-orders the list of phases on an account

This endpoint will update the order of the phases in the account by the order that is sent in
NOTE: This endpoint does not require all of the phases to be sent in.

HOWEVER, if you do not pass in all of the phases on the account, the order may not come back in an expected order.
Permissions
Account: Write

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

The Account ID

Body Params

Array of objects with the id of the phase, the name and whether to include it by default on new projects

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

409

Conflict - Phase with name already exists in the account

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!