diff --git a/paths/ApplicationsTrafficRule.GET.yaml b/paths/ApplicationsTrafficRule.GET.yaml index f54dfa73b846c97ad5ef10f6fe02b1c3f0af87ff..ae232c156c7c75d2bb98d9c6c08e9feb3eeac9fa 100644 --- a/paths/ApplicationsTrafficRule.GET.yaml +++ b/paths/ApplicationsTrafficRule.GET.yaml @@ -10,4 +10,7 @@ responses: type: object properties: TrafficRule: - $ref: '#/definitions/TrafficRule' \ No newline at end of file + $ref: '#/definitions/TrafficRule' + examples: + application/json: + $ref: '../examples/TrafficRule.json' \ No newline at end of file diff --git a/paths/ApplicationsTrafficRule.PUT.yaml b/paths/ApplicationsTrafficRule.PUT.yaml index 77da52007b1556f445bd54c5199dd94bda2b1a61..dbef6ff2ec0bb5aff10631d6e945a3da8cf19ba6 100644 --- a/paths/ApplicationsTrafficRule.PUT.yaml +++ b/paths/ApplicationsTrafficRule.PUT.yaml @@ -12,4 +12,7 @@ responses: type: object properties: TrafficRule: - $ref: '#/definitions/TrafficRule' \ No newline at end of file + $ref: '#/definitions/TrafficRule' + examples: + application/json: + $ref: '../examples/TrafficRule.json' \ No newline at end of file