From bba111445c0db0e0a60429bfab85b543360307b0 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Tue, 19 Nov 2024 15:45:11 -0500 Subject: [PATCH] Add "active" to examples of exchange state. --- exchanges.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchanges.yml b/exchanges.yml index e116722..6bd193b 100644 --- a/exchanges.yml +++ b/exchanges.yml @@ -401,7 +401,7 @@ components: description: The current step in the exchange. state: type: string - description: The status ("pending" | "complete" | "invalid") of the exchange, set to "pending" on creation. + description: The status ("pending" | "active" | "complete" | "invalid") of the exchange, set to "pending" on creation. variables: type: object description: Template variables to be used in the exchange.