AWorld APIs are in a pre-alpha stage and are being updated frequently. For integration inquiries or technical information, please contact us at server@aworld.org.
curl --location --request PATCH 'https://api.eu-west-1.aworld.cloud/dashboard/v1/mission-configurations//tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"assignments": [
{
"tagId": "string",
"priority": 0
}
]
}'
{
"assignments": [
{
"tagId": "string",
"entityType": "Activity",
"entityId": "FUMzPf00hz_kcj2R2Hlzq",
"priority": 0,
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"updatedAt": "2019-08-24T14:15:22Z",
"missionConfigurationId": "string"
}
]
}