Skip to content

Conversation

@pquentin
Copy link
Member

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 27, 2025

Following you can find the validation changes against the target branch for the APIs.

No changes detected.

You can validate these APIs yourself by using the make validate target.

Comment on lines +69 to +80
body?: {
/**
* If provided, must be the same identifier as in the path.
*/
id?: Id
/**
* Controls the amount of time to wait until the data frame analytics job
* starts.
* @server_default 20s
*/
timeout?: Duration
}
Copy link
Member Author

Comment on lines +79 to +110
body?: {
/**
* If provided, must be the same identifier as in the path.
*/
id?: Id
/**
* Specifies what to do when the request:
*
* 1. Contains wildcard expressions and there are no data frame analytics
* jobs that match.
* 2. Contains the _all string or no identifiers and there are no matches.
* 3. Contains wildcard expressions and there are only partial matches.
*
* The default value is true, which returns an empty data_frame_analytics
* array when there are no matches and the subset of results when there are
* partial matches. If this parameter is false, the request returns a 404
* status code when there are no matches or only partial matches.
* @server_default true
*/
allow_no_match?: boolean
/**
* If true, the data frame analytics job is stopped forcefully.
* @server_default false
*/
force?: boolean
/**
* Controls the amount of time to wait until the data frame analytics job
* stops. Defaults to 20 seconds.
* @server_default 20s
*/
timeout?: Duration
}
Copy link
Member Author

Comment on lines +62 to +81
body?: {
/**
* If provided, must be the same identifier as in the path.
*/
id?: Id
/**
* Specifies what to do when the request: contains wildcard expressions and there are no deployments that match;
* contains the `_all` string or no identifiers and there are no matches; or contains wildcard expressions and
* there are only partial matches. By default, it returns an empty array when there are no matches and the subset of results when there are partial matches.
* If `false`, the request returns a 404 status code when there are no matches or only partial matches.
* @server_default true
*/
allow_no_match?: boolean
/**
* Forcefully stops the deployment, even if it is used by ingest pipelines. You can't use these pipelines until you
* restart the model deployment.
* @server_default false
*/
force?: boolean
}
Copy link
Member Author

@pquentin pquentin merged commit 650c9f1 into main Dec 1, 2025
10 checks passed
@pquentin pquentin deleted the ml-optional-bodies branch December 1, 2025 11:10
github-actions bot pushed a commit that referenced this pull request Dec 1, 2025
* Add optional body to three ML APIs

* Fix lint

(cherry picked from commit 650c9f1)
github-actions bot pushed a commit that referenced this pull request Dec 1, 2025
* Add optional body to three ML APIs

* Fix lint

(cherry picked from commit 650c9f1)
github-actions bot pushed a commit that referenced this pull request Dec 1, 2025
* Add optional body to three ML APIs

* Fix lint

(cherry picked from commit 650c9f1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants