From fff875fa03b054163a9b26682ed310ee49c7972a Mon Sep 17 00:00:00 2001 From: Roberto Losanno Date: Fri, 21 Mar 2025 10:40:03 +0000 Subject: [PATCH] fix: missing branch param in readme --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index c8b1f85..0d70631 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,4 +20,5 @@ description: |- - `api_key` (String) The API key is a unique key assigned to each stack. - `auth_token` (String, Sensitive) The Authtoken is a read-write token used to make authorized CMA requests, and it is a user-specific token. - `base_url` (String) The BaseURL, e.g. https://eu-api.contentstack.com/. See https://www.contentstack.com/docs/developers/apis/content-management-api/#base-url +- `branch` (String) The branch to manage resources in. If not specified, the main branch will be used. - `management_token` (String, Sensitive) Management Tokens are stack-level tokens, with no users attached to them.