API structure has changed
15 structure changes including:
8 Additions
7 Modifications
Modified
7
GET /v1/classes/
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/classes/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- seasonId property Added
-
application/json content type Modified
PATCH /v1/classes/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- seasonId property Added
-
application/json content type Modified
POST /v1/classes/
- Response
-
200 response Modified
-
application/json content type Modified
- seasonId property Added
-
application/json content type Modified
POST /v1/classes/{id}/archive
- Response
-
200 response Modified
-
application/json content type Modified
- seasonId property Added
-
application/json content type Modified
POST /v1/classes/{id}/restore
- Response
-
200 response Modified
-
application/json content type Modified
- seasonId property Added
-
application/json content type Modified
POST /v1/classes/{id}/unarchive
- Response
-
200 response Modified
-
application/json content type Modified
- seasonId property Added
-
application/json content type Modified
Added
8
DELETE /v1/seasons/
DELETE /v1/seasons/{id}
GET /v1/seasons/
GET /v1/seasons/{id}
POST /v1/seasons/
POST /v1/seasons/restore
POST /v1/seasons/{id}/restore
PUT /v1/seasons/{id}