Authorization: Bearer ********************{
"content_base64": "string",
"message": "string",
"owner": "string",
"pageName": "string",
"projectId": 0,
"repo": "string",
"title": "string"
}curl --location --request PUT 'https://testgetway.trustie.net/api/wiki/open/updateWiki' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}' \
--header 'Content-Type: application/json' \
--data '{
"content_base64": "string",
"message": "string",
"owner": "string",
"pageName": "string",
"projectId": 0,
"repo": "string",
"title": "string"
}'{
"data": {},
"message": "string"
}