Skip to content

Commit

Permalink
Update apps/api/src/app/events/dtos/trigger-event-request.dto.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sokratis Vidros <[email protected]>
  • Loading branch information
rifont and SokratisVidros authored Jun 3, 2024
1 parent 5ce4b33 commit 53c34e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/app/events/dtos/trigger-event-request.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class TriggerEventRequestDto {

@ApiProperty({
description: `It is used to specify a tenant context during trigger event.
Existing tenant will be updated if tenant details are provided, but new tenant will not be created.
Existing tenants will be updated with the provided details.
`,
oneOf: [
{ type: 'string', description: 'Unique identifier of a tenant in your system' },
Expand Down

0 comments on commit 53c34e5

Please sign in to comment.