Parsing Role Options on Request
This feature is currently private. Create a ticket to submit a request.
Using GET request and query string
Category Synchronization
GET /api/sync?guildId=ID&categoryMessageId=ID
Query Parameters
Name
Type
Description
guildId*
Snowflake
Server ID.
categoryMessageId*
Snowflake
Message ID of the category.
{
"message": "The category has been synchronized."
}{
"message": "One of the required parameters is missing or invalid."
}{
"message": "Server / Category were not found."
}{
"message": "An error occurred in the synchronization method."
}Using POST request and headers
Category Synchronization
POST /api/sync
Headers
Name
Type
Description
guildId*
Snowflake
Server ID.
categoryMessageId*
Snowflake
Message ID of the category.
{
"message": "The category has been synchronized."
}{
"message": "One of the required parameters is missing or invalid."
}{
"message": "Server / Category were not found."
}{
"message": "An error occurred in the synchronization method."
}Ratelimit - 25 requests per 30 minutes
Last updated