Skip to content

Commit

Permalink
Fixed response payload status property to response payload state prop…
Browse files Browse the repository at this point in the history
…erty in upload.yaml, updated CHANGELOG.md.

Signed-off-by: Nathalie Jonathan <[email protected]>
  • Loading branch information
nathaliellenaa committed Jan 10, 2025
1 parent fcdf5a6 commit dc52ee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Fixed ingest API schemas ([#766](https://github.com/opensearch-project/opensearch-api-specification/pull/766))
- Fixed CAT API schemas ([#769](https://github.com/opensearch-project/opensearch-api-specification/pull/769))
- Fixed core API schemas ([#777](https://github.com/opensearch-project/opensearch-api-specification/pull/777))
- Fixed Memory Circuit Breaker flaky test in ML Model APIs ([#782](https://github.com/opensearch-project/opensearch-api-specification/pull/782))

### Changed
- Changed `tasks._common:TaskInfo` and `tasks._common:TaskGroup` to be composed of a `tasks._common:TaskInfoBase` ([#683](https://github.com/opensearch-project/opensearch-api-specification/pull/683))
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/ml/ml/models/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ epilogues:
response:
status: 200
payload:
status: COMPLETED
state: COMPLETED
output:
model_id: payload.model_id
- path: /_plugins/_ml/models/{model_id}
Expand Down

0 comments on commit dc52ee7

Please sign in to comment.