---
title: Fix type of 'priority' field on Condition, Header, and Snippet
summary: null
url: >-
  https://www.fastly.com/documentation/reference/changes/2025/03/fix-priority-types
---

The "priority" field on Condition, Header, and Snippet responses, as well as
the "dynamic" field on Snippet responses to POST and PUT requests would
vary depending on the content type and type of the value in the request
body. In certain circumstances, the response would have an integer and,
in others, a string.

The response body will now always return strings for the priority and
dynamic fields. The request body can still specify either a string or an
integer for these fields.
