BackendExport
Summary
Backend API export definition.
Description
none
Fields
| Field Name | Type | Since Version | Description |
|---|---|---|---|
apiBlobs |
[BackendBlob] | List of backend API blobs |
Example JSON
{
"apiBlobs" : [ {
"id" : "588c51d8-5b6f-4c2f-b0e8-3eeaf25d1458",
"type" : "swagger11",
"blob" : "YmxvYg==",
"name" : "My API",
"importURL" : "My API"
} ]
}