Skip to content

Commit

Permalink
chore: format content markdown files with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 17, 2024
1 parent f65da7e commit 9ddbe65
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/docs/guides/schema-diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ url -X GET \
-H "Authorization: Bearer $NEON_API_KEY" | jq -r '.diff'
```
| Parameter | Description | Required | Example |
|------------------|--------------------------------------------|----------|----------------------------|
| `<project_id>` | The ID of your Neon project. | Yes | `wispy-butterfly-25042691` |
| `<branch_id>` | The ID of the target branch to compare. | Yes | `br-rough-boat-a54bs9yb` |
| `base_branch_id` | The ID of the base branch for comparison. | Yes | `br-royal-star-a54kykl2` |
| Parameter | Description | Required | Example |
| ---------------- | ---------------------------------------------- | -------- | -------------------------- |
| `<project_id>` | The ID of your Neon project. | Yes | `wispy-butterfly-25042691` |
| `<branch_id>` | The ID of the target branch to compare. | Yes | `br-rough-boat-a54bs9yb` |
| `base_branch_id` | The ID of the base branch for comparison. | Yes | `br-royal-star-a54kykl2` |
| `db_name` | The name of the database in the target branch. | Yes | `neondb` |
| `Authorization` | Bearer token for API access. | Yes | `$NEON_API_KEY` |
| `Authorization` | Bearer token for API access. | Yes | `$NEON_API_KEY` |
<Admonition type="note">
The `jq -r '.diff'` command extracts the diff field from the JSON response and outputs it as plain text to make it easier to read.
Expand Down

0 comments on commit 9ddbe65

Please sign in to comment.