docs: fix Response status code (#5120)

Signed-off-by: wf-yamaday <e155417k@st.u-gakugei.ac.jp>
This commit is contained in:
Yuki Yamada 2021-05-11 10:48:32 +09:00 committed by GitHub
parent b2c2bf351a
commit 96e795f496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1316,7 +1316,7 @@ Obtain vectors by ID.
| Status code | Description |
| ----------- | ----------------------------------------------------------------- |
| 201 | Created |
| 200 | The request is successful. |
| 400 | The request is incorrect. Refer to the error message for details. |
| 404 | The required resource does not exist. |