mirror of
https://github.com/openziti/ziti.git
synced 2026-09-24 19:32:22 +00:00
8f64d859c2
- moves logic from REST endpoint def to handlers - moves to version 0.10
40 lines
964 B
JSON
40 lines
964 B
JSON
{
|
|
"$id": "http://ziti-edge.netfoundry.io/schemas/authenticator-self.patch.json",
|
|
"oneOf": [
|
|
{
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"certPem": {
|
|
"type": "string"
|
|
},
|
|
"tags": {
|
|
"default": {},
|
|
"$ref": "definitions.all.json#/definitions/tags-null"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"currentPassword"
|
|
],
|
|
"properties": {
|
|
"username": {
|
|
"$ref": "definitions.all.json#/definitions/username-null"
|
|
},
|
|
"newPassword": {
|
|
"$ref": "definitions.all.json#/definitions/password-null"
|
|
},
|
|
"currentPassword": {
|
|
"$ref": "definitions.all.json#/definitions/password"
|
|
},
|
|
"tags": {
|
|
"default": {},
|
|
"$ref": "definitions.all.json#/definitions/tags-null"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |