/updateTrigger
Prod Env
Prod Env
POST
/updateTrigger
Request
Body Params application/json
payloadSignature
string
required
>= 1 characters
payload
object
required
ownerAddr
string
required
>= 1 characters
chainId
enum<number>
required
Allowed values:
1421615421613
Example:
1
taskId
number
required
>= 0
action
optional
condition
optional
expiration
integer
required
> 0
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.aperture.finance/updateTrigger' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200The trigger has been successfully updated.
application/json
Body
object {0}
Example
{}
🟠400Bad Request
🔴500Internal Server Error
Modified at 2023-07-03 18:34:25