All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.connector.secret_get.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "connector.secret_get": {
    "documentation": {
      "url": null,
      "description": "Retrieves a secret stored by Connectors."
    },
    "stability": "experimental",
    "visibility":"private",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_connector/_secret/{id}",
          "methods":[ "GET" ],
          "parts":{
            "id":{
              "type":"string",
              "description":"The ID of the secret"
            }
          }
        }
      ]
    },
    "params":{}
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy