Browse Source

Fix small typo in PostClient documentation (#771)

pull/772/head
Paul Astbury-Thomas 4 years ago
committed by GitHub
parent
commit
d512d2e43d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      backend/src/Squidex/Areas/Api/Controllers/Apps/AppClientsController.cs

2
backend/src/Squidex/Areas/Api/Controllers/Apps/AppClientsController.cs

@ -69,7 +69,7 @@ namespace Squidex.Areas.Api.Controllers.Apps
/// </returns> /// </returns>
/// <remarks> /// <remarks>
/// Create a new client for the app with the specified name. /// 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> /// </remarks>
[HttpPost] [HttpPost]
[Route("apps/{app}/clients/")] [Route("apps/{app}/clients/")]

Loading…
Cancel
Save