From 75ffc439614fa13925b39865125c8135fb56d4ce Mon Sep 17 00:00:00 2001 From: Santiago Munevar Date: Wed, 4 Mar 2026 10:21:45 -0600 Subject: [PATCH] Add test metadata to Get Orchestration endpoint Added fake metadata for testing purposes. --- api-reference/endpoints/orchestration/get-orchestration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/endpoints/orchestration/get-orchestration.mdx b/api-reference/endpoints/orchestration/get-orchestration.mdx index 1d38e07a..3538be85 100644 --- a/api-reference/endpoints/orchestration/get-orchestration.mdx +++ b/api-reference/endpoints/orchestration/get-orchestration.mdx @@ -1,9 +1,9 @@ --- title: "Get Orchestration" openapi: get /orchestration/orchestrations/{id} +fakemetadata: for test --- ```bash OAuth Scope orchestration:read_orchestration ``` -