PluralBuddyPluralBuddy
API References

Modify a user's terminology

POST
/v1/users/{user}/terminology

Modify specific data about a user's terminology. {user} can be @me to target the current OAuth user.

Authorization

oAuth2 system:write
AuthorizationBearer <token>

OAuth 2.1 authentication

In: header

Scope: system:write

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

curl -X POST "https://example.com/v1/users/string/terminology" \  -H "Content-Type: application/json" \  -d '{}'
{  "success": true}

How is this guide?