v1
latestSwagger 2.02026-07-13302640.0 KBInputs
Update Input
Update input endpoint response code, body or headers.
put/v1/buckets/{bucketID}/inputs/{inputID}
Request body
Example request
{
"headers": {
"Content-Type": [
"JSON"
],
"Foo": [
"Bar"
]
}
}Response
Input updated
Example response
{
"headers": {
"Content-Type": [
"JSON"
],
"Foo": [
"Bar"
]
}
}