secrets
List secret types
List secret types definitions
get/api/v1/secret-types
Response
Success
object required
Example response
{
"tls": {
"fields": [
{
"name": "hosts",
"required": true
},
{
"name": "validity",
"required": false
}
]
}
}Changes
Changed in 3 of the 50 revisions of this API.211
- ▲
the
//response's property type changed from no type toobjectfor statusresponse-property-type-changed
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
- ▲
the
//response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲