cURL
curl --request PUT \ --url http://localhost:8080/api/workspaces/{id}/projects/{project_id}/phases/{phase_order} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "project_id": "<string>", "name": "<string>", "description": "<string>", "phase_order": 123, "status": "<string>", "created_at": "<string>", "tasks": [] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes