API References
Front an alter
Push an alter to front with AI/AP.
Authorization
oAuth2 system:ai-apAuthorizationBearer <token>
OAuth 2.1 authentication
In: header
Scope: system:ai-ap
Path Parameters
user*string
{user} is a Discord user Snowflake, or @me, referencing the current OAuth user.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/users/string/front" \ -H "Content-Type: application/json" \ -d '{ "alter": "string" }'{ "success": true}How is this guide?