Skip to content
This repository has been archived by the owner on Feb 28, 2019. It is now read-only.

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Gromov committed Aug 24, 2017
1 parent d0e231f commit 2a000d3
Showing 1 changed file with 16 additions and 115 deletions.
131 changes: 16 additions & 115 deletions public/swagger/swagger.json
Expand Up @@ -47,15 +47,7 @@
"produces": [
"application/json"
],
"parameters": [
{
"in": "header",
"name": "X-USER-ID",
"description": "the user making this request",
"required": true,
"type": "string"
}
],
"parameters": [],
"responses": {
"200": {
"description": "blah",
Expand All @@ -80,14 +72,7 @@
"application/json"
],
"parameters": [
{
"in": "header",
"name": "X-USER-ID",
"description": "the user making this request",
"required": true,
"type": "string"
},
{
{
"in": "path",
"name": "namespaceId",
"description": "The name of the namespace",
Expand Down Expand Up @@ -129,13 +114,6 @@
"application/json"
],
"parameters": [
{
"in": "header",
"name": "X-USER-ID",
"description": "the user making this request",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "namespaceId",
Expand Down Expand Up @@ -178,13 +156,6 @@
"application/json"
],
"parameters": [
{
"in": "header",
"name": "X-USER-ID",
"description": "the user making this request",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "namespaceId",
Expand Down Expand Up @@ -229,13 +200,6 @@
"application/json"
],
"parameters": [
{
"in": "header",
"name": "X-USER-ID",
"description": "the user making this request",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "namespaceId",
Expand Down Expand Up @@ -285,13 +249,6 @@
"application/json"
],
"parameters": [
{
"in": "header",
"name": "X-USER-ID",
"description": "the user making this request",
"required": true,
"type": "string"
},
{
"in": "body",
"name": "state",
Expand Down Expand Up @@ -356,13 +313,6 @@
"application/json"
],
"parameters": [
{
"in": "header",
"name": "X-USER-ID",
"description": "the user making this request",
"required": true,
"type": "string"
},
{
"in": "body",
"name": "state",
Expand Down Expand Up @@ -413,13 +363,6 @@
"application/json"
],
"parameters": [
{
"in": "header",
"name": "X-USER-ID",
"description": "the user making this request",
"required": true,
"type": "string"
},
{
"in": "body",
"name": "state",
Expand Down Expand Up @@ -472,13 +415,6 @@
"application/json"
],
"parameters": [
{
"in": "header",
"name": "X-USER-ID",
"description": "the user making this request",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "namespaceId",
Expand Down Expand Up @@ -530,13 +466,6 @@
"application/json"
],
"parameters": [
{
"in": "header",
"name": "X-USER-ID",
"description": "the user making this request",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "namespaceId",
Expand Down Expand Up @@ -586,13 +515,6 @@
"application/json"
],
"parameters": [
{
"in": "header",
"name": "X-USER-ID",
"description": "the user making this request",
"required": true,
"type": "string"
},
{
"in": "body",
"name": "state",
Expand Down Expand Up @@ -657,13 +579,6 @@
"application/json"
],
"parameters": [
{
"in": "header",
"name": "X-USER-ID",
"description": "the user making this request",
"required": true,
"type": "string"
},
{
"in": "body",
"name": "state",
Expand Down Expand Up @@ -714,14 +629,7 @@
"application/json"
],
"parameters": [
{
"in": "header",
"name": "X-USER-ID",
"description": "the user making this request",
"required": true,
"type": "string"
},
{
{
"in": "body",
"name": "state",
"description": "the new state of the ruleset",
Expand Down Expand Up @@ -773,13 +681,6 @@
"application/json"
],
"parameters": [
{
"in": "header",
"name": "X-USER-ID",
"description": "the user making this request",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "namespaceId",
Expand Down Expand Up @@ -842,9 +743,9 @@
"version": {
"type": "integer"
},
"cutoverTime": {
"type": "string",
"format": "date-time"
"cutoverMillis": {
"type": "integer",
"format": "unixMillis"
},
"mappingRules": {
"type": "array",
Expand All @@ -870,7 +771,7 @@
"name": {
"type": "string"
},
"filters": {
"filter": {
"type": "string"
},
"policies": {
Expand All @@ -879,16 +780,16 @@
"type": "string"
}
},
"cutoverNanos": {
"cutoverMillies": {
"type": "integer",
"description": "unixNanos"
"description": "unixMillies"
},
"lastUpdateBy": {
"type": "string"
},
"lastUpdatedNanos": {
"lastUpdatedMillis": {
"type": "integer",
"description": "unixNanos"
"description": "unixMillies"
}
}
},
Expand All @@ -902,7 +803,7 @@
"name": {
"type": "string"
},
"filters": {
"filter": {
"type": "string"
},
"targets": {
Expand All @@ -911,16 +812,16 @@
"$ref": "#/definitions/RollupTarget"
}
},
"cutoverNanos": {
"cutoverMillis": {
"type": "integer",
"description": "unixNanos"
"description": "unixMillis"
},
"lastUpdateBy": {
"type": "string"
},
"lastUpdatedNanos": {
"lastUpdatedMillis": {
"type": "integer",
"description": "unixNanos"
"description": "unixMillis"
}
}
},
Expand Down

0 comments on commit 2a000d3

Please sign in to comment.