openapi: 3.2.0 info: title: Trend API - 1.28.31 Review API description: OpenAPI documentation for the Trend NestJS API. For additional engineering documentation, visit The Trend Engineering Wiki version: 1.28.31 contact: {} servers: - url: https://api.trend.io description: 'Production Trend API (host serving /docs-json; root returns "Success! trend-api Version: 1.28.31")' security: - access-token: [] tags: - name: Review paths: /review/{reviewId}/brand-review-influencer: patch: operationId: ReviewController_brandReviewInfluencer parameters: - name: reviewId required: true in: path schema: type: string responses: '200': description: '' tags: - Review components: securitySchemes: access-token: scheme: bearer bearerFormat: JWT type: http admin-api-key: type: apiKey in: header name: trend-api-key