Skip to content

Commit a95d356

Browse files
Matovidloclaude
andcommitted
docs: remove deprecated Storage API documentation references
Remove references to connection.keboola.com/api/doc/storage as this documentation endpoint is being deprecated. Replaced URL-based comments in model objects with more descriptive documentation that explains what each type represents. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 58cf7e6 commit a95d356

4 files changed

Lines changed: 4 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://connection.keboola.com/api/doc/storage).
293+
If a ENV placeholder in the form `^TEST_NEW_TICKET_\d+$` is found, it is replaced with new ID/ticket generated by API.
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://connection.keboola.com/api/doc/storage
368+
// Branch represents a development branch in Keboola 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://connection.keboola.com/api/doc/storage
479+
// Config represents a component configuration in Keboola 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://connection.keboola.com/api/doc/storage
534+
// ConfigRow represents a row within a component configuration
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ 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://connection.keboola.com/api/doc/storage
232231

233232
### Common Operations
234233
[Examples of API calls]

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

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

159159
### Documentation
160-
- **API Docs:** https://connection.keboola.com/api/doc/storage
161160
- **Developer Docs:** https://developers.keboola.com/
162161
- **User Docs:** https://help.keboola.com/
163162

0 commit comments

Comments
 (0)