@@ -67,19 +67,15 @@ def create(
6767 You can create up to 250 named transformations per account.
6868
6969 Args:
70- name: Alias for the transformation string, used in URLs as `tr:n-<name>`. Must contain
71- only alphanumeric characters or `_` (no hyphens ), and be unique for your
72- account. Name matching is case-sensitive .
70+ name: Alias for the transformation string, used in URLs as `tr:n-<name>`. This is
71+ case-sensitive, contains only alphanumeric characters or `_` (underscore ), and
72+ is unique across all named transformations for your account .
7373
74- transformation: The transformation string this name refers to, for example
75- `w-150,h-150,fo-center,cm-resize`. The `tr:` prefix is optional; if present, it
76- is validated. The string must be a valid ImageKit transformation and cannot
77- itself reference another named transformation (no nesting). Learn more about the
78- [transformation syntax](https://imagekit.io/docs/transformations).
74+ transformation: The transformation string this named transformation refers to. Learn more about
75+ the [transformation string syntax](https://imagekit.io/docs/transformations).
7976
80- enabled: Whether the named transformation is currently enabled. When this is set to
81- `false`, requests using such disabled named transformations fail at delivery
82- time.
77+ enabled: Whether the named transformation is currently enabled. When set to `false`,
78+ requests using this named transformation fail at delivery time.
8379
8480 extra_headers: Send extra headers
8581
@@ -135,15 +131,12 @@ def update(
135131 enabled: Whether the named transformation is enabled. Omit to leave the current value
136132 unchanged.
137133
138- name: Alias for the transformation string, used in URLs as `tr:n-<name>`. Must contain
139- only alphanumeric characters or `_` (no hyphens ), and be unique for your
140- account. Name matching is case-sensitive .
134+ name: Alias for the transformation string, used in URLs as `tr:n-<name>`. This is
135+ case-sensitive, contains only alphanumeric characters or `_` (underscore ), and
136+ is unique across all named transformations for your account .
141137
142- transformation: The transformation string this name refers to, for example
143- `w-150,h-150,fo-center,cm-resize`. The `tr:` prefix is optional; if present, it
144- is validated. The string must be a valid ImageKit transformation and cannot
145- itself reference another named transformation (no nesting). Learn more about the
146- [transformation syntax](https://imagekit.io/docs/transformations).
138+ transformation: The transformation string this named transformation refers to. Learn more about
139+ the [transformation string syntax](https://imagekit.io/docs/transformations).
147140
148141 extra_headers: Send extra headers
149142
@@ -310,19 +303,15 @@ async def create(
310303 You can create up to 250 named transformations per account.
311304
312305 Args:
313- name: Alias for the transformation string, used in URLs as `tr:n-<name>`. Must contain
314- only alphanumeric characters or `_` (no hyphens ), and be unique for your
315- account. Name matching is case-sensitive .
306+ name: Alias for the transformation string, used in URLs as `tr:n-<name>`. This is
307+ case-sensitive, contains only alphanumeric characters or `_` (underscore ), and
308+ is unique across all named transformations for your account .
316309
317- transformation: The transformation string this name refers to, for example
318- `w-150,h-150,fo-center,cm-resize`. The `tr:` prefix is optional; if present, it
319- is validated. The string must be a valid ImageKit transformation and cannot
320- itself reference another named transformation (no nesting). Learn more about the
321- [transformation syntax](https://imagekit.io/docs/transformations).
310+ transformation: The transformation string this named transformation refers to. Learn more about
311+ the [transformation string syntax](https://imagekit.io/docs/transformations).
322312
323- enabled: Whether the named transformation is currently enabled. When this is set to
324- `false`, requests using such disabled named transformations fail at delivery
325- time.
313+ enabled: Whether the named transformation is currently enabled. When set to `false`,
314+ requests using this named transformation fail at delivery time.
326315
327316 extra_headers: Send extra headers
328317
@@ -378,15 +367,12 @@ async def update(
378367 enabled: Whether the named transformation is enabled. Omit to leave the current value
379368 unchanged.
380369
381- name: Alias for the transformation string, used in URLs as `tr:n-<name>`. Must contain
382- only alphanumeric characters or `_` (no hyphens ), and be unique for your
383- account. Name matching is case-sensitive .
370+ name: Alias for the transformation string, used in URLs as `tr:n-<name>`. This is
371+ case-sensitive, contains only alphanumeric characters or `_` (underscore ), and
372+ is unique across all named transformations for your account .
384373
385- transformation: The transformation string this name refers to, for example
386- `w-150,h-150,fo-center,cm-resize`. The `tr:` prefix is optional; if present, it
387- is validated. The string must be a valid ImageKit transformation and cannot
388- itself reference another named transformation (no nesting). Learn more about the
389- [transformation syntax](https://imagekit.io/docs/transformations).
374+ transformation: The transformation string this named transformation refers to. Learn more about
375+ the [transformation string syntax](https://imagekit.io/docs/transformations).
390376
391377 extra_headers: Send extra headers
392378
0 commit comments