Policy Updater
documentedUpdate categories, tags and report fields for a policy.
POST /Integration-Server/ExpensifyIntegrationsPoliciesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://integrations.expensify.com/Integration-Server/ExpensifyIntegrations" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'requestJobDescription={"type":"create","credentials":{"partnerUserID":"{{EXPENSIFY_PARTNER_USER_ID}}","partnerUserSecret":"{{EXPENSIFY_PARTNER_USER_SECRET}}"},"inputSettings":{"type":"policy","policyName":"{{$policyName}}"}}'