Update OpenAPI specs

This commit is contained in:
mbohlool 2016-11-17 21:22:15 -08:00
parent 02631bb7ff
commit 5c3e078cd5
2 changed files with 4 additions and 10 deletions

View File

@ -34956,11 +34956,8 @@
"description": "Data contains the secret data. Each key must be a valid DNS_SUBDOMAIN or leading dot followed by valid DNS_SUBDOMAIN. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4",
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "integer",
"format": "byte"
}
"type": "string",
"format": "byte"
}
},
"metadata": {

View File

@ -9273,11 +9273,8 @@
"description": "Data contains the secret data. Each key must be a valid DNS_SUBDOMAIN or leading dot followed by valid DNS_SUBDOMAIN. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4",
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "integer",
"format": "byte"
}
"type": "string",
"format": "byte"
}
},
"metadata": {