We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b212e commit 6ada164Copy full SHA for 6ada164
users/README.md
@@ -295,7 +295,11 @@ Creates a new User.
295
- **Content:**
296
`{ 'statusCode': 401, 'error': 'Unauthorized', 'message': 'Unauthenticated User' }`
297
298
-## **PATCH /users/self**
+## **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.
303
304
Updates data of the User. Doesn't update if user is `(in_discord && !userDetailsIncomplete)`, Except for `disabled_roles` property.
305
0 commit comments