This API allows you to create stickers.
Accessible via /api/onesidedslugged.
Complete details in OneSidedSluggedProperties.
The unique id for this onesidedslugged. It will never change.
onesidedslugged
A date when the onesidedslugged was created.
A date when the onesidedslugged was last updated.
The name the onesidedslugged is known by.
An integer between 1 and 99.
Defaults to 1.
Allows for multiple copies of a onesidedslugged to be included in the set.
A File id.
Sets the face image of the onesidedslugged.
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 onesidedsluggeds.
POST /api/onesidedslugged
Required. The unique session id provided by a Session method.
Required.
Required.
Optional.
Optional.
Optional.
Returns:
{
"id" : "xxx",
"name" : "Guard",
...
}
PUT /api/onesidedslugged/xxx
See Create for details.
DELETE /api/onesidedslugged/xxx
Required. The unique session id provided by a Session method.
Returns:
{
"success" : 1
}
GET /api/onesidedslugged/xxx
Optional. The unique session id provided by a Session method.
Optional. See "Related Objects" in Intro and Related Objects above for details.
Returns:
{
"id" : "xxx",
"name" : "Guard",
...
}