📄️ Create a Space
This mutation creates a new Space and takes the SpaceCreateInput object as input.
📄️ Update a Space
Use this mutation to update the logo and the description of an existing Space that is created by the account that is authorizing this request. This mutation takes the SpaceUpdateInput object as input.
📄️ Delete a Space
This mutation deletes a Space that is created by the account authorizing this request. It takes the id \(the Space id\) as input.
📄️ Install an integration
This mutation installs an Integration Pack for the account that is authorizing the request. You can use this mutation to install a single-install Integration pack and multiple instances of a multi-install Integration Pack. See Integration Pack documentation to learn more.
📄️ Uninstall an integration
This mutation uninstalls an Integration from the account that is authorizing the request. This mutation takes the IpackInstanceId as input.
📄️ Attach an instance of a multi install integration to an environment
This mutation attaches an instance of a multi-install Integration to an environment. It takes IntegrationPackEnvironmentAttachmentInput as input.
📄️ Unattach integration pack instance from an environment
This GraphQL mutation detaches an Integration Pack instance from an environment.
📄️ Update extensions
This GraphQL mutation updates extensions of a process. This mutation takes the ExtensionInput object as input.
📄️ Execute process
This GraphQL mutation executes a process of an Install Integration Pack. This mutation takes the ProcessExecuteInput object as input.
📄️ Update process schedule
This GraphQL mutation updates the run schedules of a process of an installed integration. This mutation takes the processSchedules and processSchedulesId as input arguments.
📄️ Update an extended mapper
This GraphQL mutation updates an extensible data map extension of a process of an Installed Integration Pack.
📄️ Persist OAuth Connector Details
The API enables secure authorization for your application by storing and managing key connection parameters, such as the Client ID which are associated with a third-party Identity Provider (IDP). This API is designed to persist the necessary connection values, allowing users to refresh the page without losing their configuration details and also to edit the Integration pack without losing the configuration details.
📄️ Create new artifact metadata
This mutation creates new artifact metaData and saves it to a Space. It takes the SpaceArtifactListingCreateInput object as input.
📄️ Update existing artifact metadata
This mutation updates metadata for an existing artifact in the space and takes the SpaceArtifactListingUpdateInput object as input.
📄️ Update Integration Pack status
This mutation updates the submission status of an Integration Pack and takes SubmissionStatusUpdateInput as the input.
📄️ Delete Integration Pack listing metadata
This mutation deletes the saved metadata of an integration pack and takes id and spaceArtifactListingType as inputs.
📄️ Save Category data
This mutation creates a new category for the space artifact listing service. The spaceArtifactListingCategoryCreate mutation accepts SpaceArtifactListingCategoryCreateInput as input.
📄️ Update Category data
This mutation updates an existing category in the space artifact listing service.
📄️ Delete an existing Category from the listing
This mutation deletes an existing category for space artifact listing service. The spaceArtifactListingCategoryDelete mutation accepts category guid as input.
📄️ Save Tag data
This mutation creates a new tag for the space artifact listing category. The spaceArtifactListingTagCreate mutation accepts the SpaceArtifactListingTagCreateInput as input.
📄️ Update Tag data
This mutation updates an existing tag for a space artifact listing category. The spaceArtifactListingTagUpdate mutation accepts the SpaceArtifactListingTagUpdateInput as input.
📄️ Delete an existing Tag from the listing
This mutation deletes an existing Tag from the space artifact listing. The spaceArtifactListingTagDelete mutation accepts the tag guid as input.