Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plural form for order endpoints in API reference for Notifications API #1790

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ toc: true

## Endpoint

PUT /order/{id}/cancel
PUT /orders/{id}/cancel

{id} represents the ID of the notification order to retrieve notifications for.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ toc: true

## Endpoint

PUT /order/{id}/cancel
PUT /orders/{id}/cancel

{id} represents the ID of the notification order to retrieve notifications for.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ toc: true

## Endpoint

GET /order/{id}/notifications/email
GET /orders/{id}/notifications/email

{id} represents the ID of the notification order to retrieve notifications for.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ toc: true

## Endpoint

GET /order/{id}/notifications/email
GET /orders/{id}/notifications/email

{id} represents the ID of the notification order to retrieve notifications for.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ toc: true

## Endpoint

GET /order/{id}
GET /orders/{id}

{id} represents the ID of the notification order to retrieve details for.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ toc: true

## Endpoint

GET /order/{id}
GET /orders/{id}

{id} represents the ID of the notification order to retrieve details for.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ toc: true

## Endpoint

GET /order/{id}/status
GET /orders/{id}/status

{id} represents the ID of the notification order to retrieve status for.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ toc: true

## Endpoint

GET /order/{id}/status
GET /orders/{id}/status

{id} represents the ID of the notification order to retrieve status for.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ toc: true

## Endpoint

GET /order/{id}/notifications/sms
GET /orders/{id}/notifications/sms

{id} represents the ID of the notification order to retrieve notifications for.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ toc: true

## Endpoint

GET /order/{id}/notifications/sms
GET /orders/{id}/notifications/sms

{id} represents the ID of the notification order to retrieve notifications for.

Expand Down