v1
latestSwagger 2.02026-07-13302640.0 KBInputs
Create a New Input
Create one or more inputs for the bucket to get unique public endpoints.
post/v1/buckets/{bucketID}/inputs
Request body
Example request
{
"headers": {
"Content-Type": [
"JSON"
],
"Foo": [
"Bar"
]
}
}Response
Created
Example response
{
"headers": {
"Content-Type": [
"JSON"
],
"Foo": [
"Bar"
]
}
}