Skip to content

Commit b2c10b7

Browse files
authored
Update API-design-guidelines.md
1 parent 98c3c4d commit b2c10b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

documentation/API-design-guidelines.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1668,8 +1668,7 @@ Providing this capability is optional for any CAMARA API depending on UC require
16681668
If this capability is present in CAMARA API, the following attributes **must** be used in the POST request :
16691669
16701670
| attribute name | type | attribute description | cardinality |
1671-
|----------------|--------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|
1672-
| mandatory |
1671+
|----------------|--------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|
16731672
| sink | string | https callback address where the notification must be POST-ed, `format: uri` should be used to require a string that is compliant with [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986). The [security considerations](#notifications-security-considerations) should be followed. | mandatory |
16741673
| sinkCredential | object | Sink credential provides authentication or authorization information necessary to enable delivery of events to a target. In order to be updated in future this object is polymorphic. See detail below. It is RECOMMENDED for subscription consumer to provide credential to protect notification endpoint. | optional |
16751674

0 commit comments

Comments
 (0)