Skip to content

v3.2

Latest

Choose a tag to compare

@mrshll1001 mrshll1001 released this 16 Oct 08:32
· 19 commits to 3.2 since this release

MINOR Release.

New codelists:

Backwards compatible API changes:

  • New optional publisher property on the response schema to GET /
  • New optional data_guide property on the response schema to GET /
  • New Tag objects defined in the canonical openapi.json file, which match codes defined in the new API Endpoint Requirement codelist: required and optional
    • Applied required tag to the following endpoints:
      • GET /
      • GET /services/{id}
      • GET /services
    • Applied optional tag to the following endpoints:
      • GET /taxonomies/{id}
      • GET /taxonomies
      • GET /taxonomy_terms/{id}
      • GET /taxonomy_terms
      • GET /organizations/{id}
      • GET /organizations
      • GET /service_at_locations/{id}
      • GET /service_at_locations
      • POST /services
      • POST /taxonomies
      • POST /taxonomy_terms
      • POST /organizations
      • POST /service_at_locations