Skip to content

PlayerBattlePartyApi

All URIs are relative to http://localhost:8080/api

Method HTTP request Description
getAllPlayerBattleParty GET /player/battle_party/get_all Get All Player Battle Party (WIP)
setAllPlayerBattleParty POST /player/battle_party/set_all Set All Player Battle Party (WIP)
setNamePlayerBattleParty POST /player/battle_party/set_name Set Name Player Battle Party (WIP)

getAllPlayerBattleParty

GetAllPlayerBattlePartyResponse getAllPlayerBattleParty()

Get All Player Battle Party (WIP)

Get all battle parties (x15) used in quest

Parameters

This endpoint does not need any parameter.

Return type

GetAllPlayerBattlePartyResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

setAllPlayerBattleParty

SetAllPlayerBattlePartyResponse setAllPlayerBattleParty(SetAllPlayerBattlePartyRequest)

Set All Player Battle Party (WIP)

Set all battle parties (x15) used for quest

Parameters

Name Type Description Notes
SetAllPlayerBattlePartyRequest SetAllPlayerBattlePartyRequest [optional]

Return type

SetAllPlayerBattlePartyResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

setNamePlayerBattleParty

SetNamePlayerBattlePartyResponse setNamePlayerBattleParty(SetNamePlayerBattlePartyRequest)

Set Name Player Battle Party (WIP)

Set specified battle party's name

Parameters

Name Type Description Notes
SetNamePlayerBattlePartyRequest SetNamePlayerBattlePartyRequest [optional]

Return type

SetNamePlayerBattlePartyResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json