# Lists packages **POST /packages** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Query parameters - **description** (string) Description of package to create - **type** (string) Type of package (`casting`,`gallery`) to create ## Responses ### 201 New package created #### Body: application/json (array[array]) ### 400 Validation error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) ### 405 Method not allowed #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)