A newer version is available. For the latest information, see the
current release documentation.
IntegrationsServerCrudResponse
editIntegrationsServerCrudResponse
editThe response to an Integrations Server CRUD (create/update-plan) request.
Properties
edit-
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
Example
edit{ "diagnostics" : {}, "integrations_server_id" : "string", "secret_token" : "string" }