Skip to content

PATCH /api/groups/{groupId}

PATCH
/api/groups/{groupId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

groupId*
Typestring
Required
Pattern"\\d+"

Request Body

application/json
JSON
{
"name": "Testgruppe",
"description": "This is a working group.",
"applyType": 0,
"requiredBananas": 0,
"requiredPickups": 0,
"requiredWeeks": 0,
"photo": "test.jpg"
}

Responses

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python