From 3df9145bc3fea4d7893bd6db85125ea5b2e26c9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Jun 2026 13:37:56 +0000 Subject: [PATCH] chore: sync OpenAPI specs from PR #4283 --- .../openapi.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/services/external-actor-gateway-service/openapi.yaml b/services/external-actor-gateway-service/openapi.yaml index 51fc472..252069d 100644 --- a/services/external-actor-gateway-service/openapi.yaml +++ b/services/external-actor-gateway-service/openapi.yaml @@ -2175,6 +2175,12 @@ components: - type: "null" path: type: string + url: + $ref: "#/components/schemas/Url" + domain: + type: string + hostname: + type: string target: anyOf: - anyOf: @@ -2194,6 +2200,9 @@ components: - pageLinkId - tenantDomainId - path + - url + - domain + - hostname - target - createdAt - updatedAt @@ -3274,6 +3283,12 @@ components: - type: "null" path: type: string + url: + $ref: "#/components/schemas/Url" + domain: + type: string + hostname: + type: string target: anyOf: - anyOf: @@ -3311,6 +3326,9 @@ components: - pageLinkId - tenantDomainId - path + - url + - domain + - hostname - target - createdAt - updatedAt