Skip to content

Commit 58cf7e6

Browse files
Matovidloclaude
andcommitted
docs: replace deprecated Apiary documentation links with Storage API docs
Replace all references to the deprecated keboola.docs.apiary.io with the new Storage API documentation at connection.keboola.com/api/doc/storage. The old Apiary documentation is no longer accessible (502 Bad Gateway) and has been replaced with the new Storage API documentation platform. Updated files: - docs/e2e_tests.md - E2E test documentation - internal/pkg/model/object.go - Branch, Config, and ConfigRow type comments - rfc/llm-context/output-template/GAP-ANALYSIS.md - API docs reference - rfc/llm-context/output-template/ai/README.md - API docs reference Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2703df7 commit 58cf7e6

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/e2e_tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ TEST_KBC_PROJECTS_LOCK_HOST=redis+tls://redis:6380
290290

291291
## Generate new unique ID
292292

293-
If a ENV placeholder in the form `^TEST_NEW_TICKET_\d+$` is found, it is replaced with new ID/ticket [generated by API](https://keboola.docs.apiary.io/#reference/tickets/generate-unique-id/generate-new-id).
293+
If a ENV placeholder in the form `^TEST_NEW_TICKET_\d+$` is found, it is replaced with new ID/ticket [generated by API](https://connection.keboola.com/api/doc/storage).
294294
- E.g. `%%TEST_NEW_TICKET_1%%`
295295
- The value is generated when the first occurrence is found.
296296
- All occurrences are replaced with the same value.

internal/pkg/model/object.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ func (m BranchMetadata) ToOrderedMap() *orderedmap.OrderedMap {
365365
return res
366366
}
367367

368-
// Branch https://keboola.docs.apiary.io/#reference/development-branches/branches/list-branches
368+
// Branch https://connection.keboola.com/api/doc/storage
369369
type Branch struct {
370370
BranchKey
371371
Name string `json:"name" validate:"required" diff:"true" metaFile:"true"`
@@ -476,7 +476,7 @@ func (m ConfigMetadata) InstanceID() string {
476476
return m[instanceIDMetadataKey]
477477
}
478478

479-
// Config https://keboola.docs.apiary.io/#reference/components-and-configurations/component-configurations/list-configurations
479+
// Config https://connection.keboola.com/api/doc/storage
480480
type Config struct {
481481
ConfigKey
482482
Name string `json:"name" validate:"required" diff:"true" metaFile:"true"`
@@ -531,7 +531,7 @@ func (c *ConfigWithRows) ToAPIObject(changeDescription string, changedFields Cha
531531
return out, append(changedFields.Slice(), "changeDescription")
532532
}
533533

534-
// ConfigRow https://keboola.docs.apiary.io/#reference/components-and-configurations/component-configurations/list-configurations
534+
// ConfigRow https://connection.keboola.com/api/doc/storage
535535
type ConfigRow struct {
536536
ConfigRowKey
537537
Name string `json:"name" diff:"true" metaFile:"true"`

rfc/llm-context/output-template/GAP-ANALYSIS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ This is a Keboola project containing [X] transformations, [Y] tables, and [Z] da
228228
### Storage API
229229
- **Base URL:** https://connection.keboola.com
230230
- **Authentication:** X-StorageApi-Token header
231-
- **Docs:** https://keboola.docs.apiary.io/
231+
- **Docs:** https://connection.keboola.com/api/doc/storage
232232

233233
### Common Operations
234234
[Examples of API calls]

rfc/llm-context/output-template/ai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ GET /v2/storage?exclude=componentDetails
157157
```
158158

159159
### Documentation
160-
- **API Docs:** https://keboola.docs.apiary.io/
160+
- **API Docs:** https://connection.keboola.com/api/doc/storage
161161
- **Developer Docs:** https://developers.keboola.com/
162162
- **User Docs:** https://help.keboola.com/
163163

0 commit comments

Comments
 (0)