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 to object for status

      response-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 status

      response-optional-property-added

  • 5186ea64aa5611See the full diff
    • the // response's property type changed from object to no type for status

      response-property-type-changed

    • removed the optional property /// from the response with the status

      response-optional-property-removed

    This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog