Skip to content

feat(customer-portal-client): add createPortalUserEntity and patch entity endpoints#408

Merged
flixlix merged 2 commits into
mainfrom
feat/customer-portal-entity-write-endpoints
Jun 30, 2026
Merged

feat(customer-portal-client): add createPortalUserEntity and patch entity endpoints#408
flixlix merged 2 commits into
mainfrom
feat/customer-portal-entity-write-endpoints

Conversation

@flixlix

@flixlix flixlix commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds two new portal user entity write endpoints to the customer-portal-client OpenAPI spec:

  • POST /v2/portal/entity/{slug}createPortalUserEntity: create a single entity on behalf of a portal user (experimental, asset schema only; created entity is auto-related to the caller's contact).
  • PATCH /v2/portal/entity/{slug}/{id} — patch an existing portal user entity.

Both endpoints reference existing schemas (Entity, EntityResponse, EntityId); no schema changes were required.

Note: both operations are flagged experimental/deprecated in the spec to signal they are unstable and should not be relied upon by third parties yet.

Changes

  • clients/customer-portal-client/src/openapi.json
  • clients/customer-portal-client/src/openapi-runtime.json

🤖 Generated with Claude Code

flixlix and others added 2 commits June 30, 2026 10:58
…tity endpoints

Add /v2/portal/entity/{slug} (POST createPortalUserEntity) and
/v2/portal/entity/{slug}/{id} (PATCH) to the OpenAPI spec.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…points

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@flixlix flixlix merged commit c2c9b2a into main Jun 30, 2026
7 checks passed
@flixlix flixlix deleted the feat/customer-portal-entity-write-endpoints branch June 30, 2026 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant