openBackhaul / AirInterfacePowerSaver

Pranay's first Application on the MW SDN Controller
Apache License 2.0
1 stars 1 forks source link

Request to add automation-name in the request-body example for services /v1/switch-redundant-transmitter-pair-off and /v1/reactivate-transmitters-of-link #69

Closed vanithavalluripalli9 closed 7 months ago

vanithavalluripalli9 commented 10 months ago

Problem Description :

For services /v1/switch-redundant-transmitter-pair-off, /v1/reactivate-transmitters-of-link automation-name is one of the required properties in the request body schema as mentioned below :

 requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              required:
                - link-id
                - automation-name
                - requestor-protocol
                - requestor-address
                - requestor-port
                - requestor-receive-operation

But in the example mentioned for request-body automation-name is missing .

Solution :

Request to add automation-name in the request-body example for services /v1/switch-redundant-transmitter-pair-off,/v1/reactivate-transmitters-of-link in OAS.