pages-core
pages-core copied to clipboard
Add metadata and pageNotFound to createExternalDomain service
Related to #3722
Changes proposed in this pull request:
- [x] Add metadata annotations to the service for
createExternalDomainmethod- The following annotations to be appended to the service_instance:
domains,error_responses,origin,path
- The following annotations to be appended to the service_instance:
- [x] Add
pageNotFoundparam tocreateExternalDomainmethod add a custom 404 page to theerror_responseparameter - [ ] Add column to domain model to record
error_responseparameter - [ ] Update existing external domain services with metadata annotations
security considerations
None