API structure has changed
3 structure changes including:
3 Modifications
Modified
3
Breaking
GET /api/v1.0/projects
- Response
-
200 response Modified
-
application/json content type Modified
-
items property Modified
-
logo, zoom_id, zoom_password, zoom_join_url, webex_id, webex_password, webex_join_url, pinned_message, pinned_by properties Modified
- Properties are no longer required
-
repo property Modified
-
Type went from
stringtostring | null
-
Type went from
-
rollups, integrations properties Modified
-
Type went from
array[string]toarray[object]Breaking
-
Type went from
- milestones_rollup property Added
-
logo, zoom_id, zoom_password, zoom_join_url, webex_id, webex_password, webex_join_url, pinned_message, pinned_by properties Modified
-
items property Modified
-
application/json content type Modified
GET /api/v1.0/projects/{project_id}
- Response
-
200 response Modified
-
application/json content type Modified
-
logo, zoom_id, zoom_password, zoom_join_url, webex_id, webex_password, webex_join_url, pinned_message, pinned_by properties Modified
- Properties are no longer required
-
repo property Modified
-
Type went from
stringtostring | null
-
Type went from
-
rollups property Modified
-
Type went from
array[string]toarray[object]Breaking
- object property Added
-
Type went from
-
integrations property Modified
-
Type went from
array[string]toarray[object]Breaking
- object property Added
-
Type went from
- milestones_rollup property Added
-
logo, zoom_id, zoom_password, zoom_join_url, webex_id, webex_password, webex_join_url, pinned_message, pinned_by properties Modified
-
application/json content type Modified
POST /api/v1.0/projects
- Body
-
multipart/form-data content type Modified
-
subteam_id property Modified
-
Property is now required Breaking
-
Property is now required
-
subteam_id property Modified
- Response
-
201 response Modified
-
application/json content type Modified
-
logo, zoom_id, zoom_password, zoom_join_url, webex_id, webex_password, webex_join_url, pinned_message, pinned_by properties Modified
- Properties are no longer required
-
repo property Modified
-
Type went from
stringtostring | null
-
Type went from
-
rollups property Modified
-
Type went from
array[string]toarray[object]Breaking
- object property Added
-
Type went from
-
integrations property Modified
-
Type went from
array[string]toarray[object]Breaking
- object property Added
-
Type went from
- milestones_rollup property Added
-
logo, zoom_id, zoom_password, zoom_join_url, webex_id, webex_password, webex_join_url, pinned_message, pinned_by properties Modified
-
application/json content type Modified