38 lines
918 B
Markdown
38 lines
918 B
Markdown
# \AuthenticationApi
|
|
|
|
All URIs are relative to *http://localhost*
|
|
|
|
Method | HTTP request | Description
|
|
------------- | ------------- | -------------
|
|
[**sign_in_handler**](AuthenticationApi.md#sign_in_handler) | **POST** /api/v1/signin |
|
|
|
|
|
|
|
|
## sign_in_handler
|
|
|
|
> models::SignInResponse sign_in_handler(sign_in_body)
|
|
|
|
|
|
### Parameters
|
|
|
|
|
|
Name | Type | Description | Required | Notes
|
|
------------- | ------------- | ------------- | ------------- | -------------
|
|
**sign_in_body** | [**SignInBody**](SignInBody.md) | | [required] |
|
|
|
|
### Return type
|
|
|
|
[**models::SignInResponse**](SignInResponse.md)
|
|
|
|
### Authorization
|
|
|
|
No authorization required
|
|
|
|
### HTTP request headers
|
|
|
|
- **Content-Type**: application/json
|
|
- **Accept**: application/json
|
|
|
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
|