post: tags: - Clicks security: - ApiKeyAuth: [] summary: Update costs in bulk description: Updates costs. requestBody: description: '' required: true content: application/json: schema: $ref: ../schemas/ClicksUpdateCostsRequest.yaml responses: '200': description: Job successfully scheduled. content: application/json: schema: type: object properties: success: type: boolean '400': $ref: ../responses/BadRequest.yaml '401': $ref: ../responses/Unauthorized.yaml '402': $ref: ../responses/PaymentRequired.yaml '404': $ref: ../responses/NotFound.yaml '406': $ref: ../responses/NotAcceptable.yaml '500': $ref: ../responses/InternalError.yaml