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

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

The newest version!
{
  "connector.secret_put": {
    "documentation": {
      "url": null,
      "description": "Creates or updates a secret for a Connector."
    },
    "stability": "experimental",
    "visibility":"private",
    "headers":{
      "accept": [ "application/json" ]
    },
    "url":{
      "paths":[
        {
          "path":"/_connector/_secret/{id}",
          "methods":[ "PUT" ],
          "parts": {
            "id": {
              "type": "string",
              "description": "The unique identifier of the connector secret to be created or updated."
            }
          }
        }
      ]
    },
    "params":{},
    "body": {
      "description":"The secret value to store",
      "required":true
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy