openBackhaul / ApplicationPattern

Pattern for REST servers
Apache License 2.0
6 stars 15 forks source link

To modify the request-body attribute future-port to port in the API /v1/update-client-of-subsequent-release #935

Closed PrathibaJee closed 9 months ago

PrathibaJee commented 10 months ago

In the OAS , following are the attributes in the required section of the API /v1/update-client-of-subsequent-release ,

                - application-name
                - release-number
                - protocol
                - address
                - port

But , in the property section , the attribute “port” is missing. Instead , we have an attribute future-port.

Proposal : The “future-port” in the property section shall be changed to “port”

openBackhaul commented 9 months ago

Changed as proposed.