fix credentials-api-paths+includes
This commit is contained in:
@@ -17,7 +17,7 @@ paths:
|
||||
# Credentials
|
||||
|
||||
/api/hs/credentials/credentials:
|
||||
$ref: "api-paths.yaml"
|
||||
$ref: "credentials.yaml"
|
||||
|
||||
/api/hs/credentials/credentials/{credentialsUuid}:
|
||||
$ref: "credentials-with-uuid.yaml"
|
||||
|
||||
@@ -28,7 +28,7 @@ components:
|
||||
contexts:
|
||||
type: array
|
||||
items:
|
||||
$ref: '-context-schemas.yaml#/components/schemas/Context'
|
||||
$ref: 'context-schemas.yaml#/components/schemas/Context'
|
||||
required:
|
||||
- uuid
|
||||
- active
|
||||
@@ -55,7 +55,7 @@ components:
|
||||
contexts:
|
||||
type: array
|
||||
items:
|
||||
$ref: '-context-schemas.yaml#/components/schemas/Context'
|
||||
$ref: 'context-schemas.yaml#/components/schemas/Context'
|
||||
additionalProperties: false
|
||||
|
||||
CredentialsInsert:
|
||||
@@ -83,7 +83,7 @@ components:
|
||||
contexts:
|
||||
type: array
|
||||
items:
|
||||
$ref: '-context-schemas.yaml#/components/schemas/Context'
|
||||
$ref: 'context-schemas.yaml#/components/schemas/Context'
|
||||
required:
|
||||
- uuid
|
||||
- active
|
||||
|
||||
Reference in New Issue
Block a user