Commit d548503c authored by Shlomi Hadad's avatar Shlomi Hadad
Browse files

Added Traffic rules example in paths

Change-Id: I9929dbb72647ce5f5e84cc6193db0c164060bd8e
parent b17fa10a
......@@ -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
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment