Skip to content

Commit e1aaa2e

Browse files
authored
Merge pull request #2038 from RushilK7/stage
file fix
2 parents 18a235d + d40c995 commit e1aaa2e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/smartui-cli-request-headers.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,12 @@ Below is an example of how to configure custom headers in your `smartui.json` fi
6464

6565
```json title="smartui.json"
6666
{
67-
"smartUI": {
68-
"project": "Your Project Name",
69-
"build": "Build Name"
70-
},
7167
"requestHeaders": [
7268
{
7369
"X-Custom-Header-1": "custom-value-1"
7470
},
7571
{
76-
"Authorization": "Bearer your-access-token"
72+
"Authorization": "custom-access-token"
7773
},
7874
{
7975
"X-Custom-Header-2": "custom-value-2"

0 commit comments

Comments
 (0)