Update container AutoFix PR creation settings

Update the workspace container AutoFix PR creation settings. PRs are created and re-evaluated every day. Use containers_scope of "all" or "selected"; when "selected", pass container repository IDs (as returned by GET /containers) in container_ids. Inactive or unknown container repository IDs are ignored when reading the settings and when creating fixes. "all" is paying accounts only. Send enabled: false to turn container AutoFix off; the other fields are then ignored. This only affects container AutoFix, other AutoFix features keep their own settings.

Body Params

Container AutoFix PR creation settings

const
enum
required

Enables automatic container AutoFix PR creation.

Allowed:
string
enum
required

Container scope for container autofix: all container repositories or a selected list. "all" is paying accounts only.

Allowed:
container_ids
array of integers
required

Container repository IDs (as returned by GET /containers) for container autofix when containers_scope is "selected". Ignored when scope is "all"; use an empty array in that case. Inactive or unknown container repository IDs are ignored when reading the settings and when creating fixes.

container_ids*
boolean

Whether container AutoFix PRs should also update OS packages in the image. Optional: when omitted, the current setting is kept (true for workspaces that never changed it).

Responses

400

Invalid configuration (e.g. select all on a non-paying account).

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json