Change Updates

Do not miss any Notify API changes, ever again

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

RSS

21 days ago

main
1.0.0
Compare
1.0.0

API structure has changed

Next change
7 structure changes including:
7 Modifications
Modified 7 Breaking
GET /v1/Credentials
  • Response
  • 200 response Modified
    • application/json content type Modified
      • credentials property Modified
        • type property Modified
          • Type went from string | null to string
            Breaking
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Credentials/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • type property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Services
  • Response
  • 200 response Modified
    • application/json content type Modified
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Services/{ServiceSid}/Bindings
  • Response
  • 200 response Modified
    • application/json content type Modified
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
POST /v1/Credentials
  • Response
  • 201 response Modified
    • application/json content type Modified
      • type property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Credentials/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • type property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Services/{ServiceSid}/Notifications
  • Response
  • 201 response Modified
    • application/json content type Modified
      • priority property Modified
        • Type went from string | null to string
          Breaking
      • ttl property Modified
        • Type went from integer | null to integer
          Breaking