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

7 days ago

v2-beta
2.0.0-beta.1
Compare

API structure has changed

3 structure changes including:
3 Modifications
Modified 3 Breaking
GET /orgs/people
  • Response
  • 200 response Modified
    • application/json content type Modified
      • value property Modified
        • person property Modified
          • Type went from string to object
            Breaking
GET /orgs/people/{personId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • person property Modified
        • Type went from string to object
          Breaking
        • _id, firstName, lastName, avatar, city, country, state, timezone properties Added
PATCH /orgs/people/{personId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • person property Modified
        • Type went from string to object
          Breaking
        • _id, firstName, lastName, avatar, city, country, state, timezone properties Added