v1/resource/image
POST/v1/resource/image
create resource image
Request
- application/json
Body
required
expireSec int64
Responses
- 200
- 404
- default
OK
- application/json
- Schema
- Example (from schema)
Schema
resourceId string
putUrl string
headers object
{
"resourceId": "string",
"putUrl": "string",
"headers": {}
}
Not Found: job not found
- application/json
- Schema
Schema
- any
Default
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...