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

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

The newest version!
{
  "connector.secret_post": {
    "documentation": {
      "url": null,
      "description": "Creates a secret for a Connector."
    },
    "stability": "experimental",
    "visibility":"private",
    "headers":{
      "accept": [ "application/json" ]
    },
    "url":{
      "paths":[
        {
          "path":"/_connector/_secret",
          "methods":[ "POST" ]
        }
      ]
    },
    "params":{},
    "body": {
      "description":"The secret value to store",
      "required":true
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy