Generate Signed Url
POST/api
Get a signed URL to a review that can be shared with users.
Request
- application/json
Body
array
required
Array [
- MOD1
- MOD2
Array [
]
]
action Actionrequired
Possible values: [generate_signed_url
]
entity_type Entity Typerequired
entity_key
object
required
anyOf
string
string
metadata
object
property name* any
Responses
- 200
- 422
Successful Response
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Messagerequired
type Error Typerequired
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...