API structure has changed
21 structure changes including:
19 Additions
2 Modifications
Modified
2
Breaking
POST /v1/participants
- Body
-
application/json content type Modified
-
user property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- participant property Added
-
user property Removed
GET /v1/participants
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
-
Full types went from
object
toarray[object]
Breaking
-
Full types went from
-
data property Modified
-
application/json content type Modified
Added
19
PUT /v1/fundingAgencies/{id}
PUT /v1/contacts/{id}
POST /v1/fundingAgencies
POST /v1/contacts
PATCH /v1/fundingAgencies/{id}
PATCH /v1/contacts/{id}
GET /v1/users/{id}
GET /v1/users
GET /v1/programs/{id}
GET /v1/programs
GET /v1/locations
GET /v1/fundingAgencies/{id}
GET /v1/fundingAgencies
GET /v1/courses/{id}
GET /v1/courses
GET /v1/contacts/{id}
GET /v1/contacts
DELETE /v1/fundingAgencies/{id}
DELETE /v1/contacts/{id}