Actions
Resume all Web3 Actions
Resume all stopped Web3 Actions created in a project.
post/v1/account/{accountSlug}/project/{projectSlug}/actions/resume
Path parameters
accountSlugstring required
Account slug of the user
projectSlugstring required
Project slug of the account
Request body
Example request
{
"actions": [
"10fe403e-5e9a-4798-9e1f-0737dbf308d4"
]
}Response
The web3 actions were started successfully.