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

9 days ago

v2-beta
2.0.0-beta.1
Compare

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /projects
  • Response
  • 200 response Modified
    • application/json content type Modified
      • value property Modified
        • people property Modified
GET /projects/{projectId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • people property Modified
        • person property Modified
          • Type went from string to object
            Breaking
PATCH /projects/{projectId}/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
POST /projects
  • Response
  • 200 response Modified
    • application/json content type Modified
      • people property Modified
        • person property Modified
          • Type went from string to object
            Breaking
POST /projects/{projectId}/people
  • 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