Skip to content

Instantly share code, notes, and snippets.

@alexeyzimarev
Created July 19, 2018 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexeyzimarev/c48a96dbaa120f51e7c2327e77b21b73 to your computer and use it in GitHub Desktop.
Save alexeyzimarev/c48a96dbaa120f51e7c2327e77b21b73 to your computer and use it in GitHub Desktop.
{
"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