スタートアップ(英語)
コミュニティ(英語)
トレーニング(英語)
チュートリアル(英語)
ドキュメント
API、AI、ツール (英語)
curl --location --request PUT 'https://gov.anypoint.mulesoft.com/accounts/api/organizations/<ORG_ID>' \
--header 'Authorization: Bearer <YOUR_BEARER_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{ "properties": {
"acm": {
"entities": {
"AnypointApplication": {
"permissions": ["create", "read", "update", "delete"]
},
"AnypointCategory": {
"permissions": ["read"]
}
}
}
}}'


