update the asyncapi yaml specification

patch

/services/{version}/stream/{streamName}/yaml

Required Role: Administrator

update the asyncapi yaml specification

Request

Supported Media Types
Path Parameters
Body ()
A body of type:
  • application/yaml
Root Schema : schema
Back to Top

Response

Supported Media Types

200 Response

Body
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":[
    ]
}
Back to Top