Update the AsyncAPI YAML Specification
patch
/services/{version}/stream/{streamName}/yaml
Required Role: Administrator
Update the AsyncAPI YAML specification
Request
Supported Media Types
- application/yaml
Path Parameters
-
streamName(required): string
Minimum Length:
1
Maximum Length:32
Pattern:^[A-Za-z][A-Za-z0-9-_.]*$
-
version(required): string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
A body of type:
- application/yaml
Root Schema : schema
Response
Supported Media Types
- application/json
200 Response
Example Response (application/json)
{
"$schema":"api:standardResponse",
"links":[
{
"rel":"canonical",
"href":"http://phoenix91727:9002/services/v2/stream/mystream1/yaml",
"mediaType":"application/json"
},
{
"rel":"self",
"href":"http://phoenix91727:9002/services/v2/stream/mystream1/yaml",
"mediaType":"application/json"
}
],
"messages":[
]
}