Skip to content

Commit b23ec57

Browse files
authored
updated
1 parent de0cfec commit b23ec57

File tree

1 file changed

+2
-1
lines changed
  • src/pages/gen1/[platform]/build-a-backend/troubleshooting/apikey-not-found

1 file changed

+2
-1
lines changed

src/pages/gen1/[platform]/build-a-backend/troubleshooting/apikey-not-found/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ If you're encountering an "API Key Not Found" issue in your Amplify project, fol
3131
## Step 1: Modify `parameters.json` to Remove API Key
3232
1. Navigate to the api/[name]/parameters.json file in your project.
3333
2. Add the following line to the file:
34-
```sh
34+
35+
```ts
3536
"CreateAPIKey": 0
3637
```
3738
Ensure that a comma is placed after the previous line if this is added at the end of the JSON object.

0 commit comments

Comments
 (0)