windmill-api 1.771.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# ResolveCompletedJobsRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**job_ids** | [**Vec<uuid::Uuid>**]uuid::Uuid.md |  | 
**note** | Option<**String**> | a person's explanation of why the failure is considered handled. Enterprise-only: ignored outside enterprise | [optional]
**superseded_by** | Option<[**uuid::Uuid**]uuid::Uuid.md> | id of a later successful run of the same runnable that supersedes the failure. Verified server-side, and the resulting note is the server's own wording, so it is recorded regardless of licence. A claim that cannot be verified resolves nothing | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)