Skip to content

Commit a086941

Browse files
committed
fix: undo docs change
1 parent 34982f2 commit a086941

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go/apps/api/openapi/openapi-generated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3714,7 +3714,7 @@ paths:
37143714
basic:
37153715
summary: Delete identity
37163716
value:
3717-
externalId: user_123
3717+
identity: user_123
37183718
schema:
37193719
$ref: '#/components/schemas/V2IdentitiesDeleteIdentityRequestBody'
37203720
required: true

go/apps/api/openapi/spec/paths/v2/identities/deleteIdentity/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ post:
2424
basic:
2525
summary: Delete identity
2626
value:
27-
externalId: user_123
27+
identity: user_123
2828
required: true
2929
responses:
3030
"200":

0 commit comments

Comments
 (0)