From 5f76e036160d50f62c28b206317a88aebb2b0905 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 9 Dec 2020 08:14:44 -0800 Subject: [PATCH] Clarified API url info in account > api --- resources/views/account/api.blade.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/views/account/api.blade.php b/resources/views/account/api.blade.php index f3170a2984..1bb5c282a9 100644 --- a/resources/views/account/api.blade.php +++ b/resources/views/account/api.blade.php @@ -23,12 +23,13 @@ @endif
-

Your API endpoint is located at:
- {{ url('/api/v1') }}

-

When you generate an API token, be sure to copy it down immediately as they will not be visible to you again.

-

API tokens will expire in {{ config('passport.expiration_years') }} years.

+

API tokens will expire in: {{ config('passport.expiration_years') }} years.

+ +

Your API base url is located at:
+ {{ url('/api/v1') }}/<endpoint>

+

Please check the API reference to find specific API endpoints.