BackendBlob
Summary
Backend blob export definition.
Description
none
Fields
| Field Name | Type | Since Version | Description |
|---|---|---|---|
id |
String | Unique identifier | |
type |
String | Type of blob | |
blob |
String | Base64 encoded API | |
name |
String | API name | |
importURL |
String | Original URL |
Example JSON
{
"id" : "588c51d8-5b6f-4c2f-b0e8-3eeaf25d1458",
"type" : "swagger11",
"blob" : "YmxvYg==",
"name" : "My API",
"importURL" : "My API"
}