Post Browser Info
POST/session/v1/session/:session_id/browser
Register session in the public browser
Required Permissions:
- For any player (including themselves) any of:
session:*,session:update:browser
Required Session Permissions: SessionPermissions.session_admin if user does not have the session:* auth permission
Request
Path Parameters
Possible values: non-empty and <= 128 characters
Query Parameters
Default value: true
- application/json
Body
required
custom_data
object
Custom data with the listing of the instance in the Session browser
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Responses
- 200
- 403
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
custom_data
object
Custom data with the listing of the instance in the Session browser
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
{
"custom_data": {},
"created_timestamp": "2024-07-29T15:51:28.071Z"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}