Skip to content

Commit

Permalink
Updated summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Fargekritt committed Jan 6, 2025
1 parent 0a7e7f7 commit 84169fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The dialog is created with the given configuration. For more information see the
Responses[StatusCodes.Status400BadRequest] = Constants.SwaggerSummary.ValidationError;
Responses[StatusCodes.Status401Unauthorized] = Constants.SwaggerSummary.ServiceOwnerAuthenticationFailure.FormatInvariant(AuthorizationScope.ServiceProvider);
Responses[StatusCodes.Status403Forbidden] = Constants.SwaggerSummary.DialogCreationNotAllowed;
Responses[StatusCodes.Status409Conflict] = Constants.SwaggerSummary.IdempotentIdConflict.FormatInvariant("IdempotentId");
Responses[StatusCodes.Status409Conflict] = Constants.SwaggerSummary.IdempotentIdConflict.FormatInvariant("01941821-ffca-73a1-9335-435a882be014");
Responses[StatusCodes.Status422UnprocessableEntity] = Constants.SwaggerSummary.DomainError;
}
}

0 comments on commit 84169fc

Please sign in to comment.