Proposal System
Many operations in this API use a proposal-based workflow:
Direct Operations: Read-only operations (GET) directly access current data
Proposal Operations: Modifications (CREATE, UPDATE, DELETE) create proposals
Automatic vs Manual Approval: Proposals may be automatically approved based on system configuration or require manual approval
If a new proposal is added through the API is is not resolved instantaneously even if the backend is configured to automatically approve. This means that the Proposal will initially be marked as not approved yet.
Was this helpful?