# Update a popliste (manager) **PATCH /manager/popliste/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer) Numeric ID of the popliste to update ### Body: application/json (object) - **active** (boolean) - **products** (array[object]) ## Responses ### 200 Returns the updated popliste #### Body: application/json (object) - **id_popliste** (integer) - **active** (boolean) - **products** (array[object]) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route ### 404 Popliste not found ### 422 Unprocessable Content #### Body: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)