doc-exports/docs/apig/umn/apig-en-faq-180606011.html
Chen, Junjie 91c429e341 APIG UMN 20230331 version
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>
2023-06-01 08:59:08 +00:00

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")