Skip to content

Commit 21e1bda

Browse files
authored
fix: release management review comment
ref #121 (comment)
1 parent b3ff977 commit 21e1bda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

code/API_definitions/connectivity-insights-subscriptions.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ components:
356356
schema:
357357
type: string
358358
pattern: ^[a-zA-Z0-9-]{0,55}$
359+
example: "b4333c46-49c0-4f62-80d7-f0ef930f1c46"
359360
headers:
360361
x-correlator:
361362
description: Correlation id for the different services
@@ -753,7 +754,9 @@ components:
753754
- PLAIN
754755
- ACCESSTOKEN
755756
- REFRESHTOKEN
756-
description: "The type of the credential."
757+
description: |
758+
The type of the credential.
759+
Note: Type of the credential - MUST be set to ACCESSTOKEN for now
757760
discriminator:
758761
propertyName: credentialType
759762
mapping:

0 commit comments

Comments
 (0)