action tl_api_package_update_status { label: "Status update of existing package " provider: tl_api method: PUT path: "/api/Package/UpdateStatus" encoding: json input: { type: "object" properties: { packageId: { type: "integer" format: "int32" } status: { type: "integer" format: "int32" } userName: { type: "string" } } additionalProperties: false } output: { type: "object" description: "The DefaultResponseDTO Class.\nContains fields of DefaultResponse DTO in application.\n " properties: { isError: { type: "boolean" } message: { type: "string" } responseException: { type: "object" } result: { type: "boolean" } } additionalProperties: false } }