stack/apps/e2e/tests/backend/endpoints/api/v1
Zai Shi b15fea3ac9
Domain should be always defined in neon domain crud endpoint (#683)
<!--

Make sure you've read the CONTRIBUTING.md guidelines:
https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md

-->

<!-- ELLIPSIS_HIDDEN -->


----

> [!IMPORTANT]
> Ensure `domain` is always defined in neon domain CRUD operations and
add test for missing domain case.
> 
>   - **Schema Changes**:
> - Update `domainReadSchema` and `domainCreateSchema` in `crud.tsx` to
ensure `domain` is always defined.
>   - **Tests**:
> - Add test case in `domain.test.ts` to verify failure when `domain` is
not specified in the request body.
> 
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=stack-auth%2Fstack-auth&utm_source=github&utm_medium=referral)<sup>
for defea9d0dd. You can
[customize](https://app.ellipsis.dev/stack-auth/settings/summaries) this
summary. It will automatically update as commits are pushed.</sup>


<!-- ELLIPSIS_HIDDEN -->

---------

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
2025-05-23 18:41:33 +02:00
..
__snapshots__ Anonymous users (#566) 2025-03-20 18:24:19 -07:00
auth Endpoints branching (#659) 2025-04-30 15:39:47 -07:00
contact-channels Anonymous users (#566) 2025-03-20 18:24:19 -07:00
integrations Domain should be always defined in neon domain crud endpoint (#683) 2025-05-23 18:41:33 +02:00
internal Config DB migration step 2 (#629) 2025-04-29 14:52:45 -07:00
api-keys.test.ts Config DB migration step 2 (#629) 2025-04-29 14:52:45 -07:00
auth-flows.test.ts Config DB migration step 2 (#629) 2025-04-29 14:52:45 -07:00
check-feature-support.test.ts More backend endpoint implementations (#126) 2024-07-13 22:04:53 -07:00
index.test.ts Api Keys (#590) 2025-04-04 13:03:10 -07:00
internal-metrics.test.ts Api Keys (#590) 2025-04-04 13:03:10 -07:00
project-permission-definitions.test.ts Config DB migration step 2 (#629) 2025-04-29 14:52:45 -07:00
project-permissions.test.ts Endpoints branching (#659) 2025-04-30 15:39:47 -07:00
projects.test.ts Remove SmartRequest.auth.project.config (#658) 2025-04-30 15:31:15 -07:00
team-invitations.test.ts Config DB migration step 2 (#629) 2025-04-29 14:52:45 -07:00
team-member-profiles.test.ts Config DB migration step 2 (#629) 2025-04-29 14:52:45 -07:00
team-memberships.test.ts Endpoints branching (#659) 2025-04-30 15:39:47 -07:00
team-permission-definitions.test.ts Config DB migration step 2 (#629) 2025-04-29 14:52:45 -07:00
team-permissions.test.ts Endpoints branching (#659) 2025-04-30 15:39:47 -07:00
teams.test.ts Endpoints branching (#659) 2025-04-30 15:39:47 -07:00
users.test.ts Endpoints branching (#659) 2025-04-30 15:39:47 -07:00