builds.patchTags


Description

Coming Soon!


Code Examples

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

Request Parameters

game_id

required path parameter

environment_id

required path parameter

build_id

required path parameter

Request Body

  • tags
    any value
  • exclusive_tags
    array of strings

    Removes the given tag keys from all other builds.


Response Body

Empty response body.