{ "setting": "" }
curl --location --request PUT 'https://nexus.sourei.com.br/api/v1/community//setting' \ --header 'Authorization: Bearer {{token}}' \ --header 'x-session-id: {{session_id}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "setting": "" }'
{ "id": "string", "subject": "string", "subjectOwner": "string", "subjectTime": 0, "size": 0, "creation": 0, "owner": "string", "desc": "string", "descId": "string", "restrict": true, "announce": true, "isCommunity": true, "isCommunityAnnounce": true, "joinApprovalMode": true, "memberAddMode": true, "participants": [ { "id": "string", "admin": "string" } ] }