Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f9244b2
Update docs
Sugandhgyl Nov 14, 2025
b200ac4
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Nov 19, 2025
4c52922
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Nov 19, 2025
1b7d704
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Dec 1, 2025
9aae0ab
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Dec 8, 2025
e33d087
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Jan 12, 2026
ed2f163
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Jan 15, 2026
0f11a0d
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Jan 19, 2026
ca15970
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Jan 20, 2026
3463740
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Jan 20, 2026
20342c1
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Jan 21, 2026
2f3a002
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Jan 22, 2026
a28904b
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Jan 28, 2026
0c13379
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Feb 20, 2026
6348792
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Mar 10, 2026
4d313af
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Mar 25, 2026
35b3dc5
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Mar 30, 2026
b4973f5
feat(plg): enrich PLG onboarding with site title and description
Sugandhgyl Mar 30, 2026
865a5c5
Merge branch 'main' of github-personal:adobe/spacecat-api-service
Sugandhgyl Mar 30, 2026
5fb1feb
Merge branch 'main' into feature/sites-42572
Sugandhgyl Mar 30, 2026
dbd70af
Update package lock
Sugandhgyl Mar 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/db/mysticat-plg-onboarding-site-metadata.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Superseded by mysticat-data-service migration:
-- db/migrations/20260330100013_plg_onboardings_site_metadata.sql
-- (includes postgrest_writer column grants). Kept for historical reference only.
12 changes: 12 additions & 0 deletions docs/openapi/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6792,6 +6792,18 @@ PlgOnboarding:
- 'null'
description: Reason for waitlisting, if applicable
example: null
siteTitle:
type:
- string
- 'null'
description: Site title
example: 'Example Corp'
siteDescription:
type:
- string
- 'null'
description: Site description
example: 'Official site for Example Corp products and support.'
completedAt:
$ref: '#/DateTime'
createdAt:
Expand Down
Loading
Loading