January 13, 2026
· 2 min read
GET /applications
- removed the required property 'results/items/type' from the response with the '200' status
POST /applications
- removed the required property 'type' from the response with the '201' status
- removed the request property 'type'
GET /applications/{id}
- removed the required property 'type' from the response with the '200' status
PATCH /applications/{id}
- removed the required property 'type' from the response with the '200' status
- removed the request property 'type'
PUT /applications/{id}
- removed the required property 'type' from the response with the '200' status
- removed the request property 'type'