All can use both query string or body
Run as a console:
to run as a console by using:
"/runAsConsole"
Request JSON body:
Name----------|---Type---| Description
secret-------------string------configured secret string
command--------string------command to execute
keyword----------string------(optional) keyword search
Run as a player:
to run as a player by using:
"/runAsPlayer"
Request JSON body:
Name----------|---Type---| Description
secret-------------string------configured secret string
command--------string------command to execute
target_player----string------target player name
keyword----------string------(optional) keyword search
Run as a player with op:
to run as a player with op by using:
"/runAsOp"
Request JSON body:
Name----------|---Type---| Description
secret-------------string------configured secret string
command--------string------command to execute
target_player----string------target player name
keyword----------string------(optional) keyword search
Check player is online:
to run as a console by using:
"/isOnline"
Request JSON body:
Name----------|---Type---| Description
secret-------------string------configured secret string
target_player----string------target player name
Example: