Skip to content

Commit 6ada164

Browse files
authored
deprecate PATCH users/self (#193)
1 parent 49b212e commit 6ada164

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

users/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,11 @@ Creates a new User.
295295
- **Content:**
296296
`{ 'statusCode': 401, 'error': 'Unauthorized', 'message': 'Unauthenticated User' }`
297297
298-
## **PATCH /users/self**
298+
## **PATCH /users/self(To Be Deprecated)**
299+
> **⚠️ Deprecation Notice**
300+
>
301+
> This endpoint is scheduled for deprecation. A new endpoint will be announced in the future to replace this functionality.
302+
Please prepare to update your integrations accordingly.
299303
300304
Updates data of the User. Doesn't update if user is `(in_discord && !userDetailsIncomplete)`, Except for `disabled_roles` property.
301305

0 commit comments

Comments
 (0)