Skip to content

Commit 79355ef

Browse files
Remove unnecessary requirements language from discovery example
1 parent b9a8a28 commit 79355ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/current.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ A CDS Service provider SHALL expose its Discovery endpoint at"
4444
```
4545
### HTTP Request
4646

47-
The discovery endpoint SHALL always be available at `{baseUrl}/cds-services`. For example, if the `baseUrl` is https://example.com, the CDS Client MAY invoke:
47+
The discovery endpoint SHALL always be available at `{baseUrl}/cds-services`. For example, if the `baseUrl` is https://example.com, the CDS Client can retrieve the list of CDS Services by invoking:
4848

4949
`GET https://example.com/cds-services`
5050

0 commit comments

Comments
 (0)