---
title: Snippet API parameter names
summary: null
url: >-
  https://www.fastly.com/documentation/reference/changes/2025/02/snippet-api-parameter-names
---

The parameter names `snippet_id` and `snippet_name` used when calling the Snippet API have been renamed to `id` and `name`, so
that they match the field names returned in their models.

The `content` field has been marked as nullable to support dynamic snippets.
