Skip to content

Commit 82ff6ef

Browse files
authored
Merge pull request #92386 from MicrosoftDocs/JamesTran-MSFT-patch-32
Updated Returning validation error message example
2 parents acefd53 + b94e71b commit 82ff6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/restful-technical-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Your REST API may need to return an error message, such as 'The user was not fou
259259
| Attribute | Required | Description |
260260
| --------- | -------- | ----------- |
261261
| version | Yes | Your REST API version. For example: 1.0.1 |
262-
| status | Yes | Must be 409 |
262+
| status | Yes | An HTTP response status codes-like number, and must be 409 |
263263
| code | No | An error code from the RESTful endpoint provider, which is displayed when `DebugMode` is enabled. |
264264
| requestId | No | A request identifier from the RESTful endpoint provider, which is displayed when `DebugMode` is enabled. |
265265
| userMessage | Yes | An error message that is shown to the user. |

0 commit comments

Comments
 (0)