Sync the platform list.
GET/platforms/sync
Retrieves and returns a list of platforms from 'get app' server.
Request
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id int32required
name stringrequired
[
{
"id": 0,
"name": "string"
}
]
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...