Skip to content

refreshDevOpsOrganizations

RefreshDevOpsOrganizations triggers a refresh of the specified DevOps organizations to sync their data with the RSC.

Arguments

Argument Type Description
input (required) RefreshDevOpsOrganizationsInput! Input for RefreshDevOpsOrganizations.

Returns

RefreshDevOpsOrganizationsReply!

Sample

mutation RefreshDevOpsOrganizations($input: RefreshDevOpsOrganizationsInput!) {
  refreshDevOpsOrganizations(input: $input)
}
{
  "input": {}
}
{
  "data": {
    "refreshDevOpsOrganizations": {
      "statuses": [
        {
          "errorMessage": "example-string",
          "organizationId": "example-string",
          "taskchainId": "example-string"
        }
      ]
    }
  }
}