Skip to main content
POST
/
api
/
v1
/
badging
/
badge
/
question
/
update
POST /api/v1/badging/badge/question/update
curl --request POST \
  --url https://api.scoot.app/api/v1/badging/badge/question/update \
  --header 'Content-Type: application/json' \
  --data '{
  "title": "<string>",
  "type": "PROFILE",
  "inputType": "TEXT",
  "description": "<string>",
  "visibility": "ALL",
  "required": true,
  "featured": true,
  "options": [
    "<string>"
  ]
}'
{
  "title": "<string>",
  "type": "PROFILE",
  "inputType": "TEXT",
  "description": "<string>",
  "visibility": "ALL",
  "required": true,
  "featured": true,
  "options": [
    "<string>"
  ]
}
Updates a badge question.

Query Parameters

socialRoomSetId
string<uuid>
required

Body

application/json
title
string
type
enum<string>
Available options:
PROFILE,
STANDARD,
CUSTOM,
INVISIBLE
inputType
enum<string>
Available options:
TEXT,
PARAGRAPH,
SINGLE_SELECT,
MULTI_SELECT,
NUMBER
description
string
visibility
enum<string>
Available options:
ALL,
ACCOUNT_USERS,
HOSTS,
INTERNAL
required
boolean
options
string[]

Response

200 - application/json

OK

title
string
type
enum<string>
Available options:
PROFILE,
STANDARD,
CUSTOM,
INVISIBLE
inputType
enum<string>
Available options:
TEXT,
PARAGRAPH,
SINGLE_SELECT,
MULTI_SELECT,
NUMBER
description
string
visibility
enum<string>
Available options:
ALL,
ACCOUNT_USERS,
HOSTS,
INTERNAL
required
boolean
options
string[]
I