forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
773 B
773 B
Why Can't APIs Published in a Non-RELEASE Environment Be Accessed?
To make an API published in a non-RELEASE environment accessible, add the x-stage header to the API request.
Example:
r.Header.Add("x-stage", "RELEASE")
Parent topic: API Publishing