Skip to main content

January 13, 2026

· 2 min read

GET /applications

  • removed the required property 'results/items/type' from the response with the '200' status
View updated docs

POST /applications

  • removed the required property 'type' from the response with the '201' status
  • removed the request property 'type'
View updated docs

GET /applications/{id}

  • removed the required property 'type' from the response with the '200' status
View updated docs

PATCH /applications/{id}

  • removed the required property 'type' from the response with the '200' status
  • removed the request property 'type'
View updated docs

PUT /applications/{id}

  • removed the required property 'type' from the response with the '200' status
  • removed the request property 'type'
View updated docs