openapi: 3.2.0 info: version: '3.0' title: NHS Notify Message Batches API description: $ref: documentation/APIDescription.md contact: name: NHS Notify API Support url: https://digital.nhs.uk/developer/help-and-support email: api.management@nhs.net servers: - url: https://sandbox.api.service.nhs.uk/comms description: Sandbox environment - url: https://int.api.service.nhs.uk/comms description: Integration test environment - url: https://api.service.nhs.uk/comms description: Production environment tags: - name: Message Batches paths: /v1/message-batches: post: $ref: endpoints/create_message_batch.yaml tags: - Message Batches