Browse Source
XML Documentation Fix
Fix Summary for Delete App Pattern
pull/323/head
dsbegnoche
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Squidex/Areas/Api/Controllers/Apps/AppPatternsController.cs
|
|
@ -104,7 +104,7 @@ namespace Squidex.Areas.Api.Controllers.Apps |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Revoke an app client.
|
|
|
/// Delete an existing app pattern.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
/// <param name="app">The name of the app.</param>
|
|
|
/// <param name="app">The name of the app.</param>
|
|
|
/// <param name="id">The id of the pattern to be deleted.</param>
|
|
|
/// <param name="id">The id of the pattern to be deleted.</param>
|
|
|
|