IntegrationsServerCrudResponseedit

The response to an Integrations Server CRUD (create/update-plan) request.

Propertiesedit

diagnostics (object)
If the endpoint is called with URL param 'validate_only=true', then this contains advanced debug info (the internal plan representation)
integrations_server_id (string)
For an operation creating or updating an Integrations Server, the Id of that server
secret_token (string, required)
The secret token for accessing the server

Exampleedit

{
   "diagnostics" : {},
   "integrations_server_id" : "string",
   "secret_token" : "string"
}