From 68635b2f8928b7ccd517665c64788405feb8a6b3 Mon Sep 17 00:00:00 2001 From: Axel Nennker Date: Fri, 8 Aug 2025 08:48:24 +0200 Subject: [PATCH 01/22] remove the "Hashing Passwords" subsection --- documentation/CAMARA-API-Design-Guide.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/documentation/CAMARA-API-Design-Guide.md b/documentation/CAMARA-API-Design-Guide.md index 58fd8c60..c0439c5a 100644 --- a/documentation/CAMARA-API-Design-Guide.md +++ b/documentation/CAMARA-API-Design-Guide.md @@ -938,10 +938,6 @@ In the API response, provide relevant error message. Usernames, passwords, session tokens, and API keys SHOULD NOT appear in the URL, as this can be captured in web server logs, making them easily exploitable. See section [6.5. POST or GET for transferring sensitive or complex data](#65-post-or-get-for-transferring-sensitive-or-complex-data). -5. **Hashing passwords**. - - Passwords SHOULD never be transmitted in API bodies; however, if it becomes absolutely necessary, they MUST be hashed to protect the system and minimize potential damage in the event of a compromise. Utilizing strong hashing algorithms is crucial for password security. Effective options include Argon2, PBKDF2, bcrypt, and scrypt, which are designed to securely hash passwords and withstand various attack vectors. - For further guidance, please refer to the [OWASP API Security Project](https://owasp.org/www-project-api-security/). This resource offers comprehensive insights and best practices for securing APIs against common vulnerabilities and threats. ### 6.2. Security Definition @@ -1282,3 +1278,4 @@ This approach simplifies API usage for API consumers using a three-legged access - If the subject can be identified from the access token and the optional [`device` object | `phoneNumber` field](*) is also included in the request, then the server will return an error with the `422 UNNECESSARY_IDENTIFIER` error code. This will be the case even if the same [ device | phone number ](*) is identified by these two methods, as the server is unable to make this comparison. ``` + From ea8329d906897c7c2e7d9399f94a2312bee9bbde Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Wed, 3 Sep 2025 14:57:52 +0200 Subject: [PATCH 02/22] Update VERSION.yaml --- VERSION.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION.yaml b/VERSION.yaml index b0f22b7e..0e257c62 100644 --- a/VERSION.yaml +++ b/VERSION.yaml @@ -1 +1 @@ -version: wip +version: version: 0.6.1 From 28ec2a768cca7962096f2589b17df9896efd6108 Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Wed, 3 Sep 2025 14:59:25 +0200 Subject: [PATCH 03/22] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d862070d..9e823946 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ NOTE: Guidelines for Release Management of API versions, e.g. the API-Readiness- ## Status and released versions -* Version 0.6.0 of guidelines and assets for Fall25 meta-release of CAMARA APIs is available with the [r3.3 tag](https://github.com/camaraproject/Commonalities/tree/r3.3) +* Version 0.6.1 of guidelines and assets for Fall25 meta-release of CAMARA APIs is available with the [r3.4 tag](https://github.com/camaraproject/Commonalities/tree/r3.3) * Previous releases and pre-releases are available in https://github.com/camaraproject/Commonalities/releases For changes see [CHANGELOG.md](https://github.com/camaraproject/Commonalities/blob/main/CHANGELOG.md). From 7d87440f7b7bfa4a5496df140b194c54076a9386 Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:00:47 +0200 Subject: [PATCH 04/22] Update CAMARA_common.yaml --- artifacts/CAMARA_common.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/artifacts/CAMARA_common.yaml b/artifacts/CAMARA_common.yaml index 557a3ddd..3c022e4e 100644 --- a/artifacts/CAMARA_common.yaml +++ b/artifacts/CAMARA_common.yaml @@ -5,7 +5,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: wip + version: 0.7.1 x-camara-commonalities: 0.6 paths: {} @@ -795,3 +795,4 @@ components: status: 504 code: TIMEOUT message: Request timeout exceeded. + From 81ce48a04dcbf950fb15eeebb5a58a4a1c47924c Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:01:42 +0200 Subject: [PATCH 05/22] Update notification-as-cloud-event.yaml --- artifacts/notification-as-cloud-event.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/notification-as-cloud-event.yaml b/artifacts/notification-as-cloud-event.yaml index 2aeaee70..660835e1 100644 --- a/artifacts/notification-as-cloud-event.yaml +++ b/artifacts/notification-as-cloud-event.yaml @@ -43,7 +43,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: wip + version: 0.3.1 externalDocs: description: Product documentation at CAMARA url: https://github.com/camaraproject/Commonalities From 3542a3023eb6438cec2ec8852bfdac8e6f490892 Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:02:43 +0200 Subject: [PATCH 06/22] Update event-subscription-template.yaml --- artifacts/camara-cloudevents/event-subscription-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/camara-cloudevents/event-subscription-template.yaml b/artifacts/camara-cloudevents/event-subscription-template.yaml index ea1d9927..7178ee41 100644 --- a/artifacts/camara-cloudevents/event-subscription-template.yaml +++ b/artifacts/camara-cloudevents/event-subscription-template.yaml @@ -12,7 +12,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: wip + version: 0.3.1 x-camara-commonalities: 0.6 externalDocs: From 2db5fa3beeedab054bd174a33ef1f9e330601dc2 Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Wed, 3 Sep 2025 20:11:50 +0200 Subject: [PATCH 07/22] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6d4e0c..96bdf450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog Commonalities ## Table of Contents +- **[r3.4](#r34)** - **[r3.3](#r33)** - **[r3.2](#r32)** - **[r3.1](#r31)** @@ -15,6 +16,17 @@ - **[v0.2.0](#v020)** - **[v0.1.0 - Initial version](#v010---initial-version)** +# r3.4 +## Release Notes + +This release contains Commonalities version 0.6.1 a patch release from [r3.3](#r33). + +### Fixed +* ErrorInfo schema properties order in template files aligned to [CAMARA API Design Guide](/documentation/CAMARA-API-Design-Guide.md) by @PedroDiez in https://github.com/camaraproject/Commonalities/pull/517 +* Fixed typo in [Gherkin Device Errors Template](/artifacts/testing/C01-device-errors.feature) by @PedroDiez in https://github.com/camaraproject/Commonalities/pull/523 + +**Full Changelog**: https://github.com/camaraproject/Commonalities/compare/r3.3...r3.4 + # r3.3 ## Release Notes From b4772a73b79b1d1a1dd8e7e4698dede7b12f93df Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Fri, 5 Sep 2025 16:38:06 +0200 Subject: [PATCH 08/22] Update CHANGELOG.md Co-authored-by: Kevin Smith --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96bdf450..65ae0b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ # r3.4 ## Release Notes -This release contains Commonalities version 0.6.1 a patch release from [r3.3](#r33). +This release contains Commonalities version 0.6.1, a patch release from [r3.3](#r33). ### Fixed * ErrorInfo schema properties order in template files aligned to [CAMARA API Design Guide](/documentation/CAMARA-API-Design-Guide.md) by @PedroDiez in https://github.com/camaraproject/Commonalities/pull/517 From 6afba2d04d8ec160778e64de4d456bd653b945c8 Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Tue, 9 Sep 2025 10:51:32 +0200 Subject: [PATCH 09/22] Update README.md Co-authored-by: Kevin Smith --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e823946..48383d37 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ NOTE: Guidelines for Release Management of API versions, e.g. the API-Readiness- ## Status and released versions -* Version 0.6.1 of guidelines and assets for Fall25 meta-release of CAMARA APIs is available with the [r3.4 tag](https://github.com/camaraproject/Commonalities/tree/r3.3) +* Version 0.6.1 of guidelines and assets for Fall25 meta-release of CAMARA APIs is available with the [r3.4 tag](https://github.com/camaraproject/Commonalities/releases/tag/r3.4) * Previous releases and pre-releases are available in https://github.com/camaraproject/Commonalities/releases For changes see [CHANGELOG.md](https://github.com/camaraproject/Commonalities/blob/main/CHANGELOG.md). From 223d7e9ace5fd28f3f505f57b4b56ce36572a2d7 Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Tue, 9 Sep 2025 10:53:37 +0200 Subject: [PATCH 10/22] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ae0b41..973ae503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ ## Release Notes This release contains Commonalities version 0.6.1, a patch release from [r3.3](#r33). +* Commonalities approved deliverables in **[documentation](https://github.com/camaraproject/Commonalities/tree/r3.4/documentation)** folder. +* Commonalities approved artifacts in **[artifacts](https://github.com/camaraproject/Commonalities/tree/r3.4/artifacts)** folder. + +**The relevant details of authentication and consent collection are covered by [release 3.3](https://github.com/camaraproject/IdentityAndConsentManagement/releases) of Identity and Consent Management Working Group documents.** ### Fixed * ErrorInfo schema properties order in template files aligned to [CAMARA API Design Guide](/documentation/CAMARA-API-Design-Guide.md) by @PedroDiez in https://github.com/camaraproject/Commonalities/pull/517 From 5f10d400fd706b5368e0eded4651ab52cc0ceddf Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Tue, 9 Sep 2025 10:05:06 +0100 Subject: [PATCH 11/22] fix: change networkAccessIdentifier to use `example.com` --- artifacts/CAMARA_common.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/artifacts/CAMARA_common.yaml b/artifacts/CAMARA_common.yaml index 557a3ddd..5fcb423c 100644 --- a/artifacts/CAMARA_common.yaml +++ b/artifacts/CAMARA_common.yaml @@ -100,7 +100,7 @@ components: NetworkAccessIdentifier: description: A public identifier addressing a subscription in a mobile network. In 3GPP terminology, it corresponds to the GPSI formatted with the External Identifier ({Local Identifier}@{Domain Identifier}). Unlike the telephone number, the network access identifier is not subjected to portability ruling in force, and is individually managed by each operator. type: string - example: "123456789@domain.com" + example: "123456789@example.com" DeviceIpv4Addr: type: object @@ -795,3 +795,4 @@ components: status: 504 code: TIMEOUT message: Request timeout exceeded. + From 2d3c4b2fd26b71022622e16524df448d69a7ee7c Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:15:18 +0200 Subject: [PATCH 12/22] Update event-subscription-template.yaml --- artifacts/camara-cloudevents/event-subscription-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/camara-cloudevents/event-subscription-template.yaml b/artifacts/camara-cloudevents/event-subscription-template.yaml index ea1d9927..63753441 100644 --- a/artifacts/camara-cloudevents/event-subscription-template.yaml +++ b/artifacts/camara-cloudevents/event-subscription-template.yaml @@ -552,7 +552,7 @@ components: SubscriptionId: type: string - description: The unique identifier of the subscription in the scope of the subscription manager. When this information is contained within an event notification, this concept SHALL be referred as `subscriptionId` as per [Commonalities Event Notification Model](/documentation/API-design-guidelines.md#122-event-notification). + description: The unique identifier of the subscription in the scope of the subscription manager. When this information is contained within an event notification, it SHALL be referred to as `subscriptionId` as per the Commonalities Event Notification Model. example: qs15-h556-rt89-1298 CloudEvent: From 0eecb7039bcb70292fe9b13b2dd3f9c5d6bc6d04 Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Tue, 30 Sep 2025 11:41:20 +0200 Subject: [PATCH 13/22] Update VERSION.yaml --- VERSION.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION.yaml b/VERSION.yaml index 0e257c62..a9c96902 100644 --- a/VERSION.yaml +++ b/VERSION.yaml @@ -1 +1 @@ -version: version: 0.6.1 +version: 0.6.1 From cb773752e7f4104a37b1b0f6fa19c5643a67f982 Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Fri, 3 Oct 2025 13:00:58 +0200 Subject: [PATCH 14/22] Update CAMARA-API-Event-Subscription-and-Notification-Guide.md --- .../CAMARA-API-Event-Subscription-and-Notification-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/CAMARA-API-Event-Subscription-and-Notification-Guide.md b/documentation/CAMARA-API-Event-Subscription-and-Notification-Guide.md index 8921e4ef..dea47582 100644 --- a/documentation/CAMARA-API-Event-Subscription-and-Notification-Guide.md +++ b/documentation/CAMARA-API-Event-Subscription-and-Notification-Guide.md @@ -508,7 +508,7 @@ curl -X 'POST' \ ```json { "id": 123654, - "source": "https://notificationSendServer12.supertelco.com", + "source": "https://notificationSendServer12.example.com", "type": "org.camaraproject.device-roaming-subscriptions.v1.roaming-status", "specversion": "1.0", "datacontenttype": "application/json", @@ -545,7 +545,7 @@ curl -X 'POST' \ ```json { "id": 123658, - "source": "https://notificationSendServer12.supertelco.com", + "source": "https://notificationSendServer12.example.com", "type": "org.camaraproject.api.device-roaming-subscriptions.v1.subscription-ended", "specversion": "1.0", "datacontenttype": "application/json", From 2f8016adc51091445080248a6e3615e227701212 Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Fri, 3 Oct 2025 13:02:13 +0200 Subject: [PATCH 15/22] Update notification-as-cloud-event.yaml --- artifacts/notification-as-cloud-event.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artifacts/notification-as-cloud-event.yaml b/artifacts/notification-as-cloud-event.yaml index 2aeaee70..f79b6d22 100644 --- a/artifacts/notification-as-cloud-event.yaml +++ b/artifacts/notification-as-cloud-event.yaml @@ -153,7 +153,7 @@ components: - Application-specific identifier: * /cloudevents/spec/pull/123 * 1-555-123-4567 - example: "https://notificationSendServer12.supertelco.com" + example: "https://notificationSendServer12.example.com" CloudEvent: description: The notification callback @@ -333,7 +333,7 @@ components: QOS_STATUS_CHANGED_EXAMPLE: value: id: "123e4567-e89b-12d3-a456-426655440000" - source: "https://notificationSendServer12.supertelco.com" + source: "https://notificationSendServer12.example.com" type: "org.camaraproject.quality-on-demand.v0.qos-status-changed" specversion: "1.0" time: "2023-01-17T13:18:23.682Z" From 2a23cd090f7c9cbc1e24495593f0db85b6cf48be Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Fri, 3 Oct 2025 13:03:09 +0200 Subject: [PATCH 16/22] Update event-subscription-template.yaml --- artifacts/camara-cloudevents/event-subscription-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/camara-cloudevents/event-subscription-template.yaml b/artifacts/camara-cloudevents/event-subscription-template.yaml index ea1d9927..10576d45 100644 --- a/artifacts/camara-cloudevents/event-subscription-template.yaml +++ b/artifacts/camara-cloudevents/event-subscription-template.yaml @@ -609,7 +609,7 @@ components: - Application-specific identifier: * /cloudevents/spec/pull/123 * 1-555-123-4567 - example: "https://notificationSendServer12.supertelco.com" + example: "https://notificationSendServer12.example.com" DateTime: type: string From 659bc66196e351584e5afd6bb849dfdbc27e639e Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Fri, 3 Oct 2025 16:39:41 +0200 Subject: [PATCH 17/22] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 973ae503..ad19516d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,11 @@ This release contains Commonalities version 0.6.1, a patch release from [r3.3](# ### Fixed * ErrorInfo schema properties order in template files aligned to [CAMARA API Design Guide](/documentation/CAMARA-API-Design-Guide.md) by @PedroDiez in https://github.com/camaraproject/Commonalities/pull/517 * Fixed typo in [Gherkin Device Errors Template](/artifacts/testing/C01-device-errors.feature) by @PedroDiez in https://github.com/camaraproject/Commonalities/pull/523 +* Fixed link and description of `SubscriptionId` in event-subscription-template.yaml by @rartych in https://github.com/camaraproject/Commonalities/pull/536 +* Changed networkAccessIdentifier and notification server example to use `example.com` by @Kevsy in https://github.com/camaraproject/Commonalities/pull/530 + +### Removed +* Removed "Hashing Passwords" subsection from CAMARA API Design Guide by @AxelNennker in https://github.com/camaraproject/Commonalities/pull/511 **Full Changelog**: https://github.com/camaraproject/Commonalities/compare/r3.3...r3.4 From 09b54387c11ac8991b969a0e686e601a85c8ea15 Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Fri, 10 Oct 2025 14:25:09 +0200 Subject: [PATCH 18/22] Update VERSION.yaml --- VERSION.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION.yaml b/VERSION.yaml index a9c96902..b0f22b7e 100644 --- a/VERSION.yaml +++ b/VERSION.yaml @@ -1 +1 @@ -version: 0.6.1 +version: wip From fed327156e735a26109af634d547fca80d82bc6d Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Fri, 10 Oct 2025 14:26:04 +0200 Subject: [PATCH 19/22] Update CAMARA_common.yaml --- artifacts/CAMARA_common.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/artifacts/CAMARA_common.yaml b/artifacts/CAMARA_common.yaml index 357da204..81e96d27 100644 --- a/artifacts/CAMARA_common.yaml +++ b/artifacts/CAMARA_common.yaml @@ -5,7 +5,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 0.7.1 + version: wip x-camara-commonalities: 0.6 paths: {} @@ -796,3 +796,4 @@ components: code: TIMEOUT message: Request timeout exceeded. + From a0a46342c51e1bfbb4f4abf084d61b4d9c4e62c3 Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Fri, 10 Oct 2025 14:27:20 +0200 Subject: [PATCH 20/22] Update notification-as-cloud-event.yaml --- artifacts/notification-as-cloud-event.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/notification-as-cloud-event.yaml b/artifacts/notification-as-cloud-event.yaml index 16a3d424..46d15977 100644 --- a/artifacts/notification-as-cloud-event.yaml +++ b/artifacts/notification-as-cloud-event.yaml @@ -43,7 +43,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 0.3.1 + version: wip externalDocs: description: Product documentation at CAMARA url: https://github.com/camaraproject/Commonalities From 0bb76d1737c1b7c46b1627631baf0d3c0a7f023a Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Fri, 10 Oct 2025 14:27:52 +0200 Subject: [PATCH 21/22] Update event-subscription-template.yaml --- artifacts/camara-cloudevents/event-subscription-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/camara-cloudevents/event-subscription-template.yaml b/artifacts/camara-cloudevents/event-subscription-template.yaml index c244d0d5..dedf9a9f 100644 --- a/artifacts/camara-cloudevents/event-subscription-template.yaml +++ b/artifacts/camara-cloudevents/event-subscription-template.yaml @@ -12,7 +12,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 0.3.1 + version: wip x-camara-commonalities: 0.6 externalDocs: From 481629d9010554542075435d93dd49ebb218212a Mon Sep 17 00:00:00 2001 From: Rafal Artych <121048129+rartych@users.noreply.github.com> Date: Fri, 24 Oct 2025 16:28:50 +0200 Subject: [PATCH 22/22] Correct link to CAMARA-API-Event-Subscription-and-Notification-Guide.md --- documentation/CAMARA-API-Design-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/CAMARA-API-Design-Guide.md b/documentation/CAMARA-API-Design-Guide.md index eee166c7..a1126fe9 100644 --- a/documentation/CAMARA-API-Design-Guide.md +++ b/documentation/CAMARA-API-Design-Guide.md @@ -318,8 +318,8 @@ In the following, we elaborate on the existing client errors. In particular, we **Mandatory Errors** to be **documented in CAMARA API Spec YAML** are the following: -- For event subscriptions APIs, the ones defined in Event Subscription section of [CAMARA API Event Subscription and Notification Guide](/documentation/CAMARA-API-Event-Subscription-and-Notification.md) -- For event notifications flow, the ones defined in Event Notification section of [CAMARA API Event Subscription and Notification Guide](/documentation/CAMARA-API-Event-Subscription-and-Notification.md) +- For event subscriptions APIs, the ones defined in Event Subscription section of [CAMARA API Event Subscription and Notification Guide](/documentation/CAMARA-API-Event-Subscription-and-Notification-Guide.md) +- For event notifications flow, the ones defined in Event Notification section of [CAMARA API Event Subscription and Notification Guide](/documentation/CAMARA-API-Event-Subscription-and-Notification-Guide.md) - For the rest of APIs: - Error status 401 - Error status 403