codestarconnections_update_sync_blocker {paws.developer.tools}R Documentation

Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue

Description

Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.

See https://www.paws-r-sdk.com/docs/codestarconnections_update_sync_blocker/ for full documentation.

Usage

codestarconnections_update_sync_blocker(
  Id,
  SyncType,
  ResourceName,
  ResolvedReason
)

Arguments

Id

[required] The ID of the sync blocker to be updated.

SyncType

[required] The sync type of the sync blocker to be updated.

ResourceName

[required] The name of the resource for the sync blocker to be updated.

ResolvedReason

[required] The reason for resolving the sync blocker.


[Package paws.developer.tools version 0.7.0 Index]