-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: PSS UI is rendering baseURL in several places. We need human friendly name for each site to render on all the pages in PSS UI. This PR adds a name attribute in Site schema and changes to update from PATCH call. spacecat-api-service changes - adobe/spacecat-api-service#752 Request: `curl --request PATCH \ --url https://spacecat.experiencecloud.live/api/ci/sites/{siteId} \ --header 'Content-Type: application/json' \ --header 'authorization: Bearer <token>' \ --data '{ "name": "SITE NAME" }'` Response: `{ "id": "123", "baseURL": "https://example.com", "name": "SITE NAME", "hlxConfig": {}, "deliveryType": "aem_cs", "organizationId": "org-id", "isLive": false, "isLiveToggledAt": "2025-01-07T10:54:22.455Z", "createdAt": "2025-01-07T10:54:22.453Z", "updatedAt": "2025-02-17T13:16:51.873Z", "config": { "slack": {}, "handlers": { } } }` Please ensure your pull request adheres to the following guidelines: - [ ] make sure to link the related issues in this description - [ ] when merging / squashing, make sure the fixed issue references are visible in the commits, for easy compilation of release notes ## Related Issues Thanks for contributing!
- Loading branch information
Showing
5 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters