Skip to content

Commit 1164a44

Browse files
Separate note on 429 responses
Co-authored-by: Gen Whitt <107279666+genwhittTTD@users.noreply.github.com>
1 parent b447f43 commit 1164a44

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/endpoints/post-identity-map.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,11 @@ The following table lists the `status` property values and their HTTP status cod
204204
| `unauthorized` | 401 | The request did not include a bearer token, included an invalid bearer token, or included a bearer token unauthorized to perform the requested operation. |
205205
| N/A | 429 | Too many requests to this endpoint. Wait and retry using exponential backoff. |
206206

207-
If the `status` value is anything other than `success`, the `message` field provides additional information about the issue. Note: 429 responses do not include a JSON response body.
207+
If the `status` value is anything other than `success`, the `message` field provides additional information about the issue.
208+
209+
:::note
210+
429 responses do not include a JSON response body.
211+
:::
208212

209213
## Migration from v2 Identity Map
210214

0 commit comments

Comments
 (0)