Platform API

actor.builds.patchTags


Code Examples

# Write the request body to body.json before running
curl -X PATCH -d '@body.json' 'https://api.rivet.gg/builds/{build}/tags'



Schema

Request Parameters

  • build
    string path parameter
  • project
    nullable string query parameter
  • environment
    nullable string query parameter

Request

  • tags
    unknown
  • exclusive_tags
    nullable array of strings

    Removes the given tag keys from all other builds.