Zone: update
Overview
Modify a zone. For example, you could change a zone's name, sorting.
API URL
/api/zone/update
HTTP Method
POST
URL Parameters
Name | Type | Required | Description |
access_token or user_access_token |
String | Requires | Specify the API access_token of the account or the user_access_token obtained after the user logged in. |
id |
String | Requires | Specify the id that needs to be updated. |
Form Data
Name | Description |
name | Zone Name |
x | Scale X |
y | Scale Y |
sort | Display order |
planegraph | The avatar id that needs to be updated. |
3d_x | Zone Length |
3d_y | Zone Width |