create
POST
/access/planning/session/createCreate a new planning sessions with a given type.
Available Types: early-access, whitelist
Request
Header Params
Authorization
string
optional
Example:
Bearer {{token}}
x-api-key
string
optional
Body Params application/json
type
string
session type
[early-access, whitelist]
start
string
UTC date format
YYYY-MM-DDThh:mm:ss.000Z
end
string
UTC date format
YYYY-MM-DDThh:mm:ss.000Z
Example
{
"type": "early-access",
"start": "2022-06-08T00:00:00.000Z",
"end": "2022-06-09T00:00:00.000Z"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 2 年前