Files assert auth, namespace results, and faster port test

This commit is contained in:
breel
2020-07-25 20:42:55 -06:00
parent 6ca0a90134
commit 09b2a94dd8
5 changed files with 49 additions and 19 deletions

View File

@@ -40,9 +40,7 @@ paths:
requestBody:
description: "An entity where all fields are optional and modified is disallowed"
content:
application/json:
schema:
$ref: "#/components/schemas/one"
$ref: "#/components/schemas/oneContent"
responses:
200:
$ref: "#/components/schemas/200"
@@ -57,9 +55,7 @@ paths:
requestBody:
description: "An entity where all fields are optional and modified is disallowed"
content:
application/json:
schema:
$ref: "#/components/schemas/one"
$ref: "#/components/schemas/oneContent"
responses:
200:
$ref: "#/components/schemas/200"
@@ -74,9 +70,7 @@ paths:
requestBody:
description: "An entity where all fields are optional and modified is disallowed"
content:
application/json:
schema:
$ref: "#/components/schemas/one"
$ref: "#/components/schemas/oneContent"
responses:
200:
$ref: "#/components/schemas/200"
@@ -133,6 +127,11 @@ components:
$ref: "#/components/schemas/one"
schemas:
oneContent:
application/json:
schema:
$ref: "#/components/schemas/one"
one:
$ref: "./swagger.yaml#/components/schemas/one"