Sign In
Platform API

actor.upgradeAll


Description

Upgrades a dynamic actor.


Code Examples

# Write the request body to body.json before running
curl -X POST -d '@body.json' 'https://api.rivet.gg/actors/upgrade'



Schema

Request Parameters

  • project
    nullable string query parameter
  • environment
    nullable string query parameter

Request

  • tags
    unknown
  • build
    nullable string
  • build_tags
    nullable unknown

Response

  • count
    integer
Suggest changes to this page