Create a package
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYThis class is used to present the package command request data transfer object.
The code of the package.
The name of the package.
The image URL of the package.
The pattern avatar URL of the package.
The styles of the package. This value is a JSON string.
The description of the package.
The tags of the package.
The tier of the package.
The order of the package.
Flag to indicate if the package is default. By default, the value is false.
This enum is used to define the common status of an object in JFW.
Supported values:
- Inactive - In case of JFW object's status being inactive.
- Active - In case of JFW object's status being active
The request was successful.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
The user's access was denied.
Last updated