diff --git a/backoffice/backoffice-domain-service/ballerina/types.bal b/backoffice/backoffice-domain-service/ballerina/types.bal index 9042765d5d..fb5754b7f4 100644 --- a/backoffice/backoffice-domain-service/ballerina/types.bal +++ b/backoffice/backoffice-domain-service/ballerina/types.bal @@ -391,7 +391,7 @@ public type APIInfo record { string updatedTime?; boolean hasThumbnail?; # State of the API. Only published APIs are visible on the Developer Portal - "CREATED"|"PUBLISHED" state?; + string state?; }; public type APIExternalStore record {