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

December 15, 2025

· 2 min read

GET /events

  • added the required property 'results/items/is_full' to the response with the '200' status
View updated docs

POST /events

  • added the required property 'is_full' to the response with the '201' status
View updated docs

PUT /events/external_id:{external_id}

  • added the required property 'is_full' to the response with the '200' status
View updated docs

GET /events/{id}

  • added the required property 'is_full' to the response with the '200' status
View updated docs

PUT /events/{id}

  • added the required property 'is_full' to the response with the '200' status
View updated docs

November 24, 2025

· One min read

We'll automatically update this area of the site when the TeamUp API changes.