प्रमाणीकरण

एपिआई कुञ्जीलाई बियरर टोकन (bearer token) को रूपमा पठाउनुहोस्। यो इन्डपोइन्टले विशिष्ट अनुमति खुलाएको छैन, त्यसैले अनुमान गर्नुको सट्टा आफ्नो कुञ्जीलाई आवश्यक पर्ने न्यूनतम अधिकार दिनुहोस् र प्रतिक्रिया जाँच गर्नुहोस्।

यो इन्डपोइन्टले कुनै संस्थाको आइडी लिँदैन। तपाईंको कुञ्जीले यस अन्तर्गत पर्ने संस्थालाई पहिल्यै पहिचान गर्छ, र प्रतिक्रिया त्यसैमा सीमित हुन्छ।

प्रयास गर्नुहोस्

कोणीय कोष्ठकभित्र भएका जुनसुकै कुरालाई आफ्नो मानहरूद्वारा बदल्नुहोस्, र मुख्य स्थानहोल्डरलाई तपाईंको ड्यासबोर्डको कुञ्जीद्वारा बदल्नुहोस्।

curl -X POST https://api.zinndigital.com/v1/ai/proposals/{proposalId}/revert \
  -H "Authorization: Bearer zdk_live_…"

लगइन गर्नुभएको छ? तपाईंको ड्यासबोर्डमा रहेको API कन्सोलले तपाईंको वास्तविक संस्थाको आईडी र आफ्नै कुञ्जी भरिदिन्छ, र लाइभ API विरुद्ध अनुरोध चलाउँछ ताकि तपाईंले वास्तविक प्रतिक्रिया हेर्न सक्नुहोस्। यो एन्डपोइन्टलाई API कन्सोलमा खोल्नुहोस्

विवरणहरू

Undoes a proposal that has been applied, restoring the values captured before it ran. Gated exactly as approving is — the caller must hold the action's own permission in the proposal's organization — because undoing a change is not a lesser act than making it. ⛔ An action whose effect clears on its own (a cache purge) is a 422 saying so, not a silent success: there is nothing to put back, and reporting one would be a claim that something happened. ⭐ This is also what earns a capability its rung 2. revert_verified_at is stamped by a revert that actually RAN, never by a form — the authority ladder wants an event rather than an intention.

प्यारामिटरहरू

नामप्रकारआवश्यकयो के हो
proposalId (path)Uuidहुन्छ

प्रतिक्रिया

नामप्रकारआवश्यकयो के हो
idUuidहुन्छUUIDv7 identifier — sortable by creation time (docs/02 §8).
actionstringहुन्छ
conversation_idUuidहैनThe AI conversation this came out of, or null for one raised by a scheduled review. ⭐ Lets a chat surface show its own suggestions without a second endpoint, and lets /ai say…
action_titlestringहुन्छ
target_labelstringहैन
rationalestringहैनWhy, citing the measurement. This is what a person reads before approving.
stateAgentProposalStateहुन्छ
modeAgentProposalModeहुन्छHow an approved proposal executes — decided by the authority ladder at the moment of approval, never frozen when the proposal was written. attended is a person clicking;…
reversibilitystring<automatic, self_healing, manual>हैनWhether this change can be put back, carried on the proposal itself so a client rendering an undo control does not have to join this list against the capability catalogue — a…
approval_meansstringहैन
outcomestringहैन
proposed_bystringहैन
created_atstringहुन्छ
decided_atobjectहैन
applied_atobjectहैन
revertedbooleanहैन

यो इन्डपोइन्टले फर्काउन सक्ने त्रुटिहरू

401 · 404 · 422 · 429