Skip to content

Commit 226391f

Browse files
Buidl error fix
1 parent af557fd commit 226391f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/250-postgres/100-introduction/230-management-api.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To obtain a client ID and client secret:
7070
2. Click the 🧩 **Integrations** tab.
7171
3. Under **Published Applications**, click **New Application**.
7272
4. Enter a **Name**, **Description**, and **Callback URL**.
73-
5. Click **Continue**, then copy and store your **Client ID** and **Client Secret**.
73+
5. Click **Continue**, then copy and store your **Client ID** and **Client Secret** to a secure location.
7474

7575
#### Example: exchange a code for an access token
7676

@@ -117,7 +117,6 @@ curl --location "https://api.prisma.io/v1/projects" \
117117
- **Grant Type**: Authorization Code
118118
- **Callback URL**: Your app’s redirect URI
119119
- **Auth URL**: `https://auth.prisma.io/authorize`
120-
- **Access Token URL**: `https://auth.prisma.io/token`
121120
- **Client ID / Secret**: From your OAuth app
122121
- **Scope**: `workspace:admin offline_access` (as needed)
123122
3. Complete the flow and use the token in your requests.

0 commit comments

Comments
 (0)