This API allows you to create one-sided items like neoprene mats. Accessible via "api/onesided"
Complete details in OneSidedProperties.
The unique id. It will never change.
See Identities above for details.
onesided
A date when was created.
A date when was last updated.
The name is known by.
A Game id. The unique id of a game that this belongs to.
An integer between 1 and 99.
Defaults to 1.
Allows for multiple copies to be included in the game.
A File id.
The id of the image attached to the face side.
The ID is from a File.
If a face_id is specified,
then an extra property called face will be added which will briefly describe the image.
A boolean indicating whether the face image has been verified by the user to be correct.
The methods used to fetch and manipulate.
POST /api/onesided
Required. The unique session id provided by a Session method.
Required.
Required.
Optional.
Optional.
Returns:
{
"id" : "xxx",
"name" : "Cell Block",
...
}
PUT /api/onesided/xxx
See Create for details.
DELETE /api/onesided/xxx
Required. The unique session id provided by a Session method.
Returns:
{
"success" : 1
}
GET /api/onesided/xxx
Optional. The unique session id provided by a Session method.
Optional. See "Relationships" in Intro and Relationships above for details.
Returns:
{
"id" : "xxx",
"name" : "Cell Block",
...
}