Skip to content

Commit fbb307d

Browse files
author
Marius Kleidl
committed
Update docs
1 parent 66452d1 commit fbb307d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Constructs a signed Smart CDN URL, as defined in the [API documentation](https:/
397397
- `template` - Template slug or template ID (required)
398398
- `input` - Input value that is provided as `${fields.input}` in the template (required)
399399
- `urlParams` - Object with additional parameters for the URL query string (optional)
400-
- `expiresIn` - Expiration time of the signature in milliseconds. Defaults to 1 hour. (optional)
400+
- `expiresAt` - Expiration timestamp of the signature in milliseconds since UNIX epoch. Defaults to 1 hour from now. (optional)
401401

402402
Example:
403403

0 commit comments

Comments
 (0)