From c23ddfef8958291ee7c847e353612aae25666b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joon-Erik=20S=C3=A6ther?= <54800950+joonerik@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:00:16 +0200 Subject: [PATCH] fix plural form ref openapi/swagger docs --- .../api/endpoints/cancel-notification-order/_index.en.md | 2 +- .../api/endpoints/cancel-notification-order/_index.nb.md | 2 +- .../api/endpoints/get-email-notifications/_index.en.md | 2 +- .../api/endpoints/get-email-notifications/_index.nb.md | 2 +- .../api/endpoints/get-notification-order-by-id/_index.en.md | 2 +- .../api/endpoints/get-notification-order-by-id/_index.nb.md | 2 +- .../api/endpoints/get-notification-order-status/_index.en.md | 2 +- .../api/endpoints/get-notification-order-status/_index.nb.md | 2 +- .../reference/api/endpoints/get-sms-notifications/_index.en.md | 2 +- .../reference/api/endpoints/get-sms-notifications/_index.nb.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/notifications/reference/api/endpoints/cancel-notification-order/_index.en.md b/content/notifications/reference/api/endpoints/cancel-notification-order/_index.en.md index 3fb250c7842..e264066aeed 100644 --- a/content/notifications/reference/api/endpoints/cancel-notification-order/_index.en.md +++ b/content/notifications/reference/api/endpoints/cancel-notification-order/_index.en.md @@ -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. diff --git a/content/notifications/reference/api/endpoints/cancel-notification-order/_index.nb.md b/content/notifications/reference/api/endpoints/cancel-notification-order/_index.nb.md index 3fb250c7842..e264066aeed 100644 --- a/content/notifications/reference/api/endpoints/cancel-notification-order/_index.nb.md +++ b/content/notifications/reference/api/endpoints/cancel-notification-order/_index.nb.md @@ -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. diff --git a/content/notifications/reference/api/endpoints/get-email-notifications/_index.en.md b/content/notifications/reference/api/endpoints/get-email-notifications/_index.en.md index 77d17cca169..3611ac63d42 100644 --- a/content/notifications/reference/api/endpoints/get-email-notifications/_index.en.md +++ b/content/notifications/reference/api/endpoints/get-email-notifications/_index.en.md @@ -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. diff --git a/content/notifications/reference/api/endpoints/get-email-notifications/_index.nb.md b/content/notifications/reference/api/endpoints/get-email-notifications/_index.nb.md index 77d17cca169..3611ac63d42 100644 --- a/content/notifications/reference/api/endpoints/get-email-notifications/_index.nb.md +++ b/content/notifications/reference/api/endpoints/get-email-notifications/_index.nb.md @@ -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. diff --git a/content/notifications/reference/api/endpoints/get-notification-order-by-id/_index.en.md b/content/notifications/reference/api/endpoints/get-notification-order-by-id/_index.en.md index 34fab91379f..da020ca02ca 100644 --- a/content/notifications/reference/api/endpoints/get-notification-order-by-id/_index.en.md +++ b/content/notifications/reference/api/endpoints/get-notification-order-by-id/_index.en.md @@ -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. diff --git a/content/notifications/reference/api/endpoints/get-notification-order-by-id/_index.nb.md b/content/notifications/reference/api/endpoints/get-notification-order-by-id/_index.nb.md index 34fab91379f..da020ca02ca 100644 --- a/content/notifications/reference/api/endpoints/get-notification-order-by-id/_index.nb.md +++ b/content/notifications/reference/api/endpoints/get-notification-order-by-id/_index.nb.md @@ -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. diff --git a/content/notifications/reference/api/endpoints/get-notification-order-status/_index.en.md b/content/notifications/reference/api/endpoints/get-notification-order-status/_index.en.md index 118a803f495..37baa5fe96b 100644 --- a/content/notifications/reference/api/endpoints/get-notification-order-status/_index.en.md +++ b/content/notifications/reference/api/endpoints/get-notification-order-status/_index.en.md @@ -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. diff --git a/content/notifications/reference/api/endpoints/get-notification-order-status/_index.nb.md b/content/notifications/reference/api/endpoints/get-notification-order-status/_index.nb.md index 118a803f495..37baa5fe96b 100644 --- a/content/notifications/reference/api/endpoints/get-notification-order-status/_index.nb.md +++ b/content/notifications/reference/api/endpoints/get-notification-order-status/_index.nb.md @@ -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. diff --git a/content/notifications/reference/api/endpoints/get-sms-notifications/_index.en.md b/content/notifications/reference/api/endpoints/get-sms-notifications/_index.en.md index f3e6707adb5..acda638f267 100644 --- a/content/notifications/reference/api/endpoints/get-sms-notifications/_index.en.md +++ b/content/notifications/reference/api/endpoints/get-sms-notifications/_index.en.md @@ -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. diff --git a/content/notifications/reference/api/endpoints/get-sms-notifications/_index.nb.md b/content/notifications/reference/api/endpoints/get-sms-notifications/_index.nb.md index f3e6707adb5..acda638f267 100644 --- a/content/notifications/reference/api/endpoints/get-sms-notifications/_index.nb.md +++ b/content/notifications/reference/api/endpoints/get-sms-notifications/_index.nb.md @@ -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.