Skip to content

Commit

Permalink
- Updated ValidateName API function desciprtion
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanSoltis committed Aug 15, 2023
1 parent 23b0678 commit 71feeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/ResourceNamingRequestsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public async Task<IActionResult> RequestName([FromBody] ResourceNameRequest requ

// POST api/<ResourceNamingRequestsController>
/// <summary>
/// This function will validate the name for the specified resource type.
/// This function will validate the name for the specified resource type. NOTE: This function does not validate using the tool configuration, only the regex for the specified resource type. Use the RequestName function to validate using the tool configuration.
/// </summary>
/// <param name="validateNameRequest">ValidateNameRequest (json) - Validate Name Request data</param>
/// <returns>ValidateNameResponse - Name validation response</returns>
Expand Down

0 comments on commit 71feeb6

Please sign in to comment.