Created
July 19, 2018 16:14
-
-
Save alexeyzimarev/c48a96dbaa120f51e7c2327e77b21b73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"swagger": "2.0", | |
"info": { | |
"version": "v1", | |
"title": "ClassifiedAds" | |
}, | |
"paths": { | |
"/ad": { | |
"post": { | |
"tags": [ | |
"ClassifiedAdsCommandsApi" | |
], | |
"operationId": "AdPost", | |
"consumes": [], | |
"produces": [], | |
"parameters": [ | |
{ | |
"name": "Id", | |
"in": "query", | |
"required": false, | |
"type": "string", | |
"format": "uuid" | |
}, | |
{ | |
"name": "OwnerId", | |
"in": "query", | |
"required": false, | |
"type": "string", | |
"format": "uuid" | |
} | |
], | |
"responses": { | |
"200": { | |
"description": "Success" | |
} | |
} | |
} | |
} | |
}, | |
"definitions": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment