Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
f1d0d1bfe7
1 changed files with 11 additions and 5 deletions
|
@ -23,13 +23,19 @@
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<p>When you generate an API token, be sure to copy it down immediately as they will not be visible to you again. </p>
|
<div class="alert alert-warning"><i class="fa fa-warning faa-pulse animated"></i>
|
||||||
|
When generating an API token, be sure to copy it down immediately as they
|
||||||
<p>API tokens will expire in: <strong>{{ config('passport.expiration_years') }} years</strong>.</p>
|
will not be visible to you again. </div>
|
||||||
|
|
||||||
<p>Your API base url is located at:<br>
|
<p>Your API base url is located at:<br>
|
||||||
<code>{{ url('/api/v1') }}/<endpoint></code></p>
|
<code>{{ url('/api/v1') }}/<endpoint></code></p>
|
||||||
<p>Please check the <a href="https://snipe-it.readme.io/reference">API reference</a> to find specific API endpoints.</p>
|
|
||||||
|
<p>API tokens are set to expire in:
|
||||||
|
<strong>{{ config('passport.expiration_years') }} years</strong>.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<p>Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
|
||||||
|
find specific API endpoints and additional API documentation.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue