Paul Astbury-Thomas
4 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
-
backend/src/Squidex/Areas/Api/Controllers/Apps/AppClientsController.cs
|
|
|
@ -69,7 +69,7 @@ namespace Squidex.Areas.Api.Controllers.Apps |
|
|
|
/// </returns>
|
|
|
|
/// <remarks>
|
|
|
|
/// Create a new client for the app with the specified name.
|
|
|
|
/// The client secret is auto generated on the server and returned. The client does not exire, the access token is valid for 30 days.
|
|
|
|
/// The client secret is auto generated on the server and returned. The client does not expire, the access token is valid for 30 days.
|
|
|
|
/// </remarks>
|
|
|
|
[HttpPost] |
|
|
|
[Route("apps/{app}/clients/")] |
|
|
|
|