Authorization: Bearer ********************openidoffline_accessprofileemailcurl --location --request PUT 'https://api.belga.press/belgapress/api/boards/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"collaboration": {
"editorIds": [
0
],
"ownerIds": [
0
],
"type": "PRIVATE"
},
"name": "string",
"query": {
"exactQuery": true,
"keywords": [
"string"
],
"kind": "SIMPLE",
"negatedKeywords": [
"string"
],
"query": "string"
},
"settings": {
"configuration": {
"activeSections": [
0
],
"general": [
{
"active": true,
"items": [
{}
],
"type": "PRINT"
}
]
}
}
}'{
"collaboration": {
"editors": [
{
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"organizationName": "string",
"userId": 0
}
],
"owners": [
{
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"organizationName": "string",
"userId": 0
}
],
"type": "PRIVATE"
},
"name": "string",
"order": 0,
"query": {
"exactQuery": true,
"keywords": [
"string"
],
"kind": "SIMPLE",
"negatedKeywords": [
"string"
],
"query": "string"
},
"settings": {
"configuration": {
"activeSections": [
0
],
"general": [
{
"active": true,
"items": [
{}
],
"type": "PRINT"
}
]
}
},
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}