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

19 days ago

v2-beta
2.0.0-alpha.1
Compare

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /orgs/me
  • Response
  • 200 response Modified
    • application/json content type Modified
      • people property Modified
        • archivedAt property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /orgs/people
  • Response
  • 200 response Modified
    • application/json content type Modified
      • value property Modified
        • archivedAt property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /orgs/people/{personId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • archivedAt property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PATCH /orgs/people/{personId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • archivedAt property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking