Update a package
Updates a package’s description and/or index script content.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
packageId
The package's ID.
Request
This endpoint expects an object.
description
The package's description. This value may be empty and only supports printable ASCII characters.
script
The package's index script content. This value may be empty.
Response
Package Updated
id
The package's ID.
name
The package's immutable, lowercase import name.
description
The package's description. This value may be empty and only supports printable ASCII characters.
script
The package's current index script content. This value may be empty.
createdBy
The user ID of the user who created the package.
createdAt
The date and time at which the package was created.
updatedAt
The date and time at which the package or its script was last updated.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error