You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add JQ reference link in prerequisites
- Add two-step setup link in overview
- Add descriptive text before each interactive step
- Fix field deselection (toggle ID/Title buttons)
- Auto-select first array in JSON response
- Auto-generate blueprint ID and title with singularization
- Update form hints with explicit defaults
- Simplify configuration explanations
- Remove redundant copy buttons
- Fix mapping generation (query and blueprint quoting)
- Fix authentication config (use apiToken/apiKey/username+password)
- Fix image versioning (use integration.version instead of image.tag)
- Update to version 0.1.5-dev
- Add pluralize dependency for accurate singularization
Copy file name to clipboardExpand all lines: docs/build-your-software-catalog/custom-integration/ocean-http/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,13 +79,13 @@ Where is the actual data in your API's response?
79
79
}
80
80
```
81
81
82
-
You'll use a JQ`data_path` in your mapping to tell the integration where to find the array of items.
82
+
You'll use a [JQ](https://jqlang.org/manual/)`data_path`expression in your mapping to tell the integration where to find the array of items (e.g., `.data`, `.users.items`).
83
83
84
84
---
85
85
86
86
## How It Works
87
87
88
-
The Generic HTTP integration uses a **two-step setup** similar to other Ocean integrations you've used:
88
+
The Generic HTTP integration uses a [**two-step setup**](/build-your-software-catalog/sync-data-to-catalog/) similar to other Ocean integrations you've used:
0 commit comments