/set
Modify the current Application/User (Previously /setbot)
This endpoint is locked to Alpha testers for bug fixing.
Please report any & all bugs to the Support Server
Endpoint Headers:
apikey - Your Api Auth Key [String] (Required)
bot-token - Token of the Bot [String] (Required)
Endpoint Body Parameters
obj - Object of modifications (See Discord Docs User | Application) [Object] (Required)
type - What to modify [String] (Required) - user - app
Responds with various HTTP status codes to indicate success or failure of the request:
200 OK: The request was successful, and the changes have been applied.
400 Bad Request: The request could not be understood or was missing required parameters.
401 Unauthorized: Authentication failed or user does not have permissions.
404 Not Found: The requested resource could not be found.
500 Internal Server Error: An error occurred on the server.
Ensure to handle these responses appropriately in your application to manage errors and confirmations.
Examples:
Possible Responses (Codes)
Last updated