Change Updates

Do not miss any 1099Policy API changes, ever again

Subscribe to the 1099Policy API changelog to be up to date on recent changes.

RSS

22 days ago

main
1.11.1
Compare

Updates documentation to show `required_coverage` as array of strings.

5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /api/v1/quotes
  • Response
  • 200 response Modified
    • application/json content type Modified
      • coverage_type property Modified
        • Type went from object to array[string]
          Breaking
        • coverage_type property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /api/v1/quotes/{quote_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • coverage_type property Modified
        • Type went from object to array[string]
          Breaking
        • coverage_type property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
POST /api/v1/entities
  • Body
  • application/json content type Modified
    • required_coverage property Modified
      • Type went from object to array[string]
        Breaking
      • coverage_type property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /api/v1/quotes
  • Response
  • 201 response Modified
    • application/json content type Modified
      • coverage_type property Modified
        • Type went from object to array[string]
          Breaking
        • coverage_type property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
PUT /api/v1/quotes/{quote_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • coverage_type property Modified
        • Type went from object to array[string]
          Breaking
        • coverage_type property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking