Nexmo Api Specification Versions Save

All the OpenAPI specification files for the Nexmo APIs

messages-olympus-1.3.2

1 year ago

Fixes

  • Schema for ErrorThrottled. Changes type.example from https://developer.nexmo.com/api-errors/messages-olympus#1010 to https://developer.nexmo.com/api-errors/messages-olympus#1000

sms-1.2.0

1 year ago

There are some message types in the SMS API that are no longer supported. Updating the spec to remove these types and any associated properties.

Example:

Updated

  • type enum: removed the wappush, vcard, and vcal options

Removed

  • vcard
  • vcal
  • title
  • url
  • validity

application-2.1.3

1 year ago

Checklist

  • version number incremented (in the info section of the spec)

voice-1.3.9

1 year ago

Checklist

  • version number incremented (in the info section of the spec)

messages-olympus-1.3.1

1 year ago

New

  • Added a new WhatsApp message type 'Location' to the Inbound Messages webhook.

Checklist

  • version number incremented (in the info section of the spec)

10dlc-1.0.16

1 year ago

New

  • Added new campaign /resubmit endpoint to allow resubmission of active campaigns against specific MNO.

meetings-0.1.4

1 year ago

New

  • Added callback_urls object to Create a Room and Update a Room
  • Added available_features object to Create a Room and Update a Room

Checklist

  • version number incremented (in the info section of the spec)

10dlc-1.0.15

1 year ago

Description

Updated Campaign params descriptions.

Changed

  • Improved Campaign parameter descriptions.

Removed

  • Removed deprecated campaign parameter affiliate_marketing.

Checklist

  • version number incremented (in the info section of the spec)

10dlc-1.0.14

1 year ago

Description

Further investigation shows these error messages will be deprecated at the end of the quarter and so we no longer need to document them.

Do not merge label used to ensure this PR is merged after this PR to ensure versions are in sync

10dlc-1.0.12

1 year ago

Moved the params to a shared component, so that both the POST and PATCH endpoints will show the same param list without having to duplicate them.

Fixes

  • Apply new Campaign params to PATCH endpoint