Create an integration
Create an integration for the current environment the user is based on the API key provided. Each provider supports different credentials, check the provider documentation for more details. Only integration metadata is returned, credentials field is returned as an empty object.
Request body
Example request
{
"rules": {
"==": [
{
"var": "context.tenant.id"
},
"acme"
]
}
}Response
Created
Example response
{
"rules": {
"==": [
{
"var": "context.tenant.id"
},
"acme"
]
}
}Changes
Changed in 5 of the 13 revisions of this API.112
- ○
added the new optional request property
new-optional-request-property
- ○
request property
deprecatedrequest-property-deprecated
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
response property
conditionsdeprecatedresponse-property-deprecated
- ○
- ○
added the new optional request property
/////new-optional-request-property
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
- ○
added the new optional request property
/////new-optional-request-property
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
toolenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new optional request property
/////new-optional-request-property
- ○
added the new
toolenum value to the request propertyrequest-property-enum-value-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ●