Gates

Archive Gate

put/console/v1/gates/{id}/archive

Path parameters

idstring required

id

Query parameters

includeArchiveMetadata'true' | 'false'

When "true", populate archivedAt / archivedBy* / archiveReason on the gate when it is currently archived. When omitted or "false", those fields are absent from the response.

Request body

forceArchiveboolean
archiveReasonstring

The reason for archiving the gate

Example request

{
  "archiveReason": "The gate is no longer needed"
}

Response

Archive gate response

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Gate updated successfully.",
  "data": {
    "id": "a_gate",
    "name": "A Gate",
    "description": "description",
    "idType": "userID",
    "lastModifierID": "1vaQaBoLlkauH9iiuOSBP2",
    "lastModifiedTime": 1705691355849,
    "lastModifierName": "CONSOLE API",
    "lastModifierEmail": null,
    "creatorID": "1vaQaBoLlkauH9iiuOSBP2",
    "createdTime": 1705691325569,
    "creatorName": "CONSOLE API",
    "creatorEmail": null,
    "targetApps": [],
    "holdoutIDs": [],
    "tags": [],
    "isEnabled": true,
    "status": "Archived",
    "rules": [],
    "checksPerHour": 0,
    "type": "PERMANENT",
    "typeReason": "NONE",
    "team": null,
    "reviewSettings": {
      "requiredReview": false,
      "allowedReviewers": []
    },
    "measureMetricLifts": true,
    "store0100Exposures": false,
    "owner": {
      "ownerID": "user123",
      "ownerName": "CONSOLE API",
      "ownerType": "SDK_KEY",
      "ownerEmail": ""
    },
    "monitoringMetrics": [],
    "version": 2,
    "permalink": "https://console.statsig.com/company_id/gates/a_gate"
  }
}

Changes

Changed in 1 of the 8 revisions of this API.26

    • added the new after enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new any enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new any_case_sensitive enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new array_contains_all enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new array_contains_any enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new array_contains_none enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new before enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new encoded_any enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new gt enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new gte enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_not_null enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_null enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new lt enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new lte enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new none enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new none_case_sensitive enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_array_contains_all enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new on enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new str_contains_any enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new str_contains_none enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new str_matches enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new version_eq enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new version_gt enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new version_gte enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new version_lt enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new version_lte enum value to the allOf[subschema #2]/data/rules/items/conditions/items/operator response property for the response status 200

      response-property-enum-value-added