POST api/PlayerIndex/GetPlayerAIKeyword
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PlayerIndexKeywordName | Description | Type | Additional information |
---|---|---|---|
ID | string |
None. |
|
keyword | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": "sample string 1", "keyword": [ "sample string 1", "sample string 2" ] }