ApplicationsTrafficRule.PUT.yaml 583 Bytes
Newer Older
description: This method retrieves information about all the traffic rules associated with a mobile edge application instance. 
operationId: ApplicationsTrafficRules.PUT
produces:
- application/json
parameters:
- $ref: '#/parameters/Body.TrafficRule'

responses:
  200:
    description: Upon success, a response body containing data type describing the updated TrafficRule is returned.
    schema:
      type: object
      properties:
        TrafficRule:
          $ref: '#/definitions/TrafficRule'
    examples:
      application/json:
        $ref: '../examples/TrafficRule.json'