I got the following error and checked it out.

{"error":"status code must be a number","api200":"This is not API200 error. It occurred in your API. Check details"}
The cause was that the domain set as Base URL was called without being applied to full_url.
Although the Base URL of the service created with Create Service is applied to the full_url,
tables.endpoints

When importing Swagger with Import Endpoints, if the Base URL is empty, it is registered with no domain.

Subsequent updates to the Base URL in the service settings will not update the domain in full_url.

I got the following error and checked it out.

{"error":"status code must be a number","api200":"This is not API200 error. It occurred in your API. Check details"}The cause was that the domain set as
Base URLwas called without being applied tofull_url.Although the
Base URLof the service created withCreate Serviceis applied to thefull_url,tables.endpoints

When importing Swagger with

Import Endpoints, if theBase URLis empty, it is registered with no domain.Subsequent updates to the

Base URLin the service settings will not update the domain infull_url.