Skip to main content
POST
/
groups
/
{identifier}
Update a group
curl --request POST \
  --url https://api-joy.joyfill.io/v1/groups/{identifier} \
  --header 'Content-Type: application/json' \
  --data '{
  "title": "<string>"
}'
"{\n  \"_id\": \"String\",\n  \"identifer\": \"String\",\n  \"title\": \"String\"\n}"

Headers

Authorization
string

Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication

Path Parameters

identifier
string
required

Body

application/json
title
string

Response

200

_id
string
Example:

"String"

identifer
string
Example:

"String"

title
string
Example:

"String"