{
"description": "string",
"questions": [
{
"question": "string",
"type": "string"
}
]
}
curl --location --request PATCH 'https://api.teamly.one/api/v1/teams//applications' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"questions": [
{
"question": "string",
"type": "string"
}
]
}'
{
"success": true,
"application": {
"teamId": "a087a8349838b157",
"type": "team",
"enabled": false,
"lastEdited": "2024-12-29T08:36:57.739Z",
"lastEditedBy": "2d5c6531b2ac0fbc",
"questions": [
{
"question": "Whats your name.",
"type": "text",
"id": "10c8e7895083aa23"
},
{
"question": "Why are you interested in with our server.",
"type": "textarea",
"id": "bbd91114a6947204"
}
]
}
}