Skip to content

Commit

Permalink
[ACCESSINT-158] Fix actions for workflows (#2885)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jan 17, 2025
1 parent 53576fd commit b8b861f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-17 20:19:17.905332",
"spec_repo_commit": "4e5906d6"
"regenerated": "2025-01-17 21:03:23.618184",
"spec_repo_commit": "617655da"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-17 20:19:17.920625",
"spec_repo_commit": "4e5906d6"
"regenerated": "2025-01-17 21:03:23.634365",
"spec_repo_commit": "617655da"
}
}
}
4 changes: 2 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41680,9 +41680,9 @@ paths:

Reference Tables | `viewer`, `editor`

Workflows | `viewer`, `editor`
Workflows | `viewer`, `runner`, `editor`

App Builder Apps | `viewer`, `runner`, `editor`
App Builder Apps | `viewer`, `editor`

Connections | `viewer`, `resolver`, `editor`

Expand Down
4 changes: 2 additions & 2 deletions api/datadogV2/api_restriction_policies.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ func (r *UpdateRestrictionPolicyOptionalParameters) WithAllowSelfLockout(allowSe
// Synthetic Private Locations | `viewer`, `editor`
// Monitors | `viewer`, `editor`
// Reference Tables | `viewer`, `editor`
// Workflows | `viewer`, `editor`
// App Builder Apps | `viewer`, `runner`, `editor`
// Workflows | `viewer`, `runner`, `editor`
// App Builder Apps | `viewer`, `editor`
// Connections | `viewer`, `resolver`, `editor`
// Connection Groups | `viewer`, `editor`
func (a *RestrictionPoliciesApi) UpdateRestrictionPolicy(ctx _context.Context, resourceId string, body RestrictionPolicyUpdateRequest, o ...UpdateRestrictionPolicyOptionalParameters) (RestrictionPolicyResponse, *_nethttp.Response, error) {
Expand Down

0 comments on commit b8b861f

Please sign in to comment.