輪廻サークル (0.0.1)

Download OpenAPI specification:Download

輪廻サークル用API

scenario

Authorizations:
ApiKeyAuth
Request Body schema: application/json
id
string

シナリオID(UUID)

authorId
string

ユーザID(Firebase Authのuid)

title
string
imageUrl
string
path
string
published
boolean

Responses

Request samples

Content type
application/json
{
  • "id": "7d8bb386-0f86-4dff-be34-86bb2f55b366",
  • "authorId": "33fCzdRoHwgB2BXX5ttxbEJPYtM2",
  • "title": "シナリオタイトル",
  • "imageUrl": "/33fCzdRoHwgB2BXX5ttxbEJPYtM2/scenario/2023/06/05/7d8bb386-0f86-4dff-be34-86bb2f55b366/scenarioTitle.png",
  • "path": "/33fCzdRoHwgB2BXX5ttxbEJPYtM2/scenario/2023/06/05/7d8bb386-0f86-4dff-be34-86bb2f55b366/scenario.json",
  • "published": true
}

scenario

Authorizations:
ApiKeyAuth
query Parameters
id
string
Example: id=7d8bb386-0f86-4dff-be34-86bb2f55b366

Responses

Response samples

Content type
application/json
[
  • {
    }
]