elasticsearch/rest-api-spec/src
Yang Wang d663231a83
User Profile - GetProfile API nows supports multiple UIDs (#89023)
This PR expands the existing GetProfile API to support getting multiple
profiles by IDs. As a result, the response format is also changed to
align with the latest version of API design guideline. Concretely, this
means moving the profiles as an array inside a top level "profiles"
field so that (1) does not mix dynamic fields (uid) with static fields
and (2) enforcing an order in the response which is desirable for
clients.

The change also reports any error encounter in the retrieving process in
a top level "errors" field.

Relates: #81910
2022-08-10 10:51:38 +09:30
..
main/resources User Profile - GetProfile API nows supports multiple UIDs (#89023) 2022-08-10 10:51:38 +09:30
yamlRestTest Deduplicate fetching doc-values fields (#89094) 2022-08-04 14:05:09 -04:00
yamlRestTestV7Compat/resources/rest-api-spec Convert 'id' and '_id' values in REST API tests to strings (#82681) 2022-02-10 09:14:17 +01:00