Download OpenAPI specification:Download
S3に画像をアップロードし、画像のメタデータを保存します。
image | string <binary> アップロードする画像ファイル |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "displayName": "string",
- "storagePath": "string",
- "contentType": "string",
- "fileSize": 0,
- "uploaderUserId": "f1aa83f1-b765-4894-96a9-08b2a96994ba",
- "createdAt": "string",
- "updatedAt": "string"
}
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "name": "string",
- "type": "EDIT",
- "masterPrototypeId": "164ac321-2a7f-4529-a8c9-857f33ed81be",
- "groupId": "eb54e96e-21b8-4f54-9cd4-80fccbd06f55",
- "minPlayers": 0,
- "maxPlayers": 0,
- "createdAt": "string",
- "updatedAt": "string"
}
]
新しいプロトタイプを作成します。
name | string |
playerCount | integer |
{- "name": "string",
- "playerCount": 0
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "name": "string",
- "type": "EDIT",
- "masterPrototypeId": "164ac321-2a7f-4529-a8c9-857f33ed81be",
- "groupId": "eb54e96e-21b8-4f54-9cd4-80fccbd06f55",
- "minPlayers": 0,
- "maxPlayers": 0,
- "createdAt": "string",
- "updatedAt": "string"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "name": "string",
- "type": "EDIT",
- "masterPrototypeId": "164ac321-2a7f-4529-a8c9-857f33ed81be",
- "groupId": "eb54e96e-21b8-4f54-9cd4-80fccbd06f55",
- "minPlayers": 0,
- "maxPlayers": 0,
- "createdAt": "string",
- "updatedAt": "string"
}
指定されたIDのプロトタイプを更新します。
prototypeId required | string プロトタイプのID |
name | string |
minPlayers | integer |
maxPlayers | integer |
{- "name": "string",
- "minPlayers": 0,
- "maxPlayers": 0
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "name": "string",
- "type": "EDIT",
- "masterPrototypeId": "164ac321-2a7f-4529-a8c9-857f33ed81be",
- "groupId": "eb54e96e-21b8-4f54-9cd4-80fccbd06f55",
- "minPlayers": 0,
- "maxPlayers": 0,
- "createdAt": "string",
- "updatedAt": "string"
}
指定されたプロトタイプのバージョン一覧を取得します。
prototypeId required | string プロトタイプのID |
{- "prototype": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "name": "string",
- "type": "EDIT",
- "masterPrototypeId": "164ac321-2a7f-4529-a8c9-857f33ed81be",
- "groupId": "eb54e96e-21b8-4f54-9cd4-80fccbd06f55",
- "minPlayers": 0,
- "maxPlayers": 0,
- "createdAt": "string",
- "updatedAt": "string"
}, - "versions": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "prototypeId": "f2937ef4-f876-444e-bdfa-1ef4f46ae218",
- "versionNumber": "string",
- "description": "string",
- "createdAt": "string",
- "updatedAt": "string"
}
]
}
指定されたグループに属するプロトタイプの一覧を作成日の古い順で取得します。
groupId required | string グループのID |
[- {
- "prototype": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "name": "string",
- "type": "EDIT",
- "masterPrototypeId": "164ac321-2a7f-4529-a8c9-857f33ed81be",
- "groupId": "eb54e96e-21b8-4f54-9cd4-80fccbd06f55",
- "minPlayers": 0,
- "maxPlayers": 0,
- "createdAt": "string",
- "updatedAt": "string"
}, - "versions": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "prototypeId": "f2937ef4-f876-444e-bdfa-1ef4f46ae218",
- "versionNumber": "string",
- "description": "string",
- "createdAt": "string",
- "updatedAt": "string"
}
]
}
]
指定されたグループにユーザーを招待します。
groupId required | string グループのID |
guestIds | Array of strings |
{- "guestIds": [
- "string"
]
}
{- "message": "正常に処理が完了しました"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "name": "string",
- "type": "EDIT",
- "masterPrototypeId": "164ac321-2a7f-4529-a8c9-857f33ed81be",
- "groupId": "eb54e96e-21b8-4f54-9cd4-80fccbd06f55",
- "minPlayers": 0,
- "maxPlayers": 0,
- "createdAt": "string",
- "updatedAt": "string"
}
指定されたプロトタイプのバージョンを作成します。
prototypeId required | string プロトタイプのID |
prototypeVersionId required | string バージョンのID |
description | string 新しいバージョンの説明 |
{- "description": "string"
}
{- "message": "正常に処理が完了しました"
}