Change Updates

Do not miss any missionX API changes, ever again

Subscribe to the missionX API changelog to be up to date on recent changes.

RSS

Jul 31, 2024

v2-beta
1.0.0
Compare

API structure has changed

9 structure changes including:
3 Additions
6 Modifications
Modified 6
GET /orgs/me
  • Response
  • 200 response Modified
    • application/json content type Modified
      • people property Modified
      • offices property Added
GET /projects
  • Response
  • 200 response Modified
    • application/json content type Modified
      • value property Modified
GET /projects/{projectId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • offices property Added
PATCH /orgs/people/{personId}
  • Body
  • application/json content type Modified
    • office property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • office property Added
PATCH /projects/{projectId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • offices property Added
POST /projects
  • Body
  • application/json content type Modified
    • offices property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • offices property Added
Added 3
DELETE /orgs/offices/{officeId}
PATCH /orgs/offices/{officeId}
POST /orgs/offices