Fix documentation typo
This commit is contained in:
parent
a4f29c4325
commit
b0e8b7fe1c
|
@ -9,7 +9,8 @@ import org.json.JSONObject
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* General POST request aimed at a protected endpoint of the API. The token can be retrieved
|
* General POST request aimed at a protected endpoint of the API. The token can be retrieved
|
||||||
* via a [LoginRequest], or, if you've made it past the login screen, via Shared Preferences.
|
* via a [com.danilafe.fencelessgrazing.requests.LoginRequest], or, if you've made it past the login
|
||||||
|
* screen, via Shared Preferences.
|
||||||
*
|
*
|
||||||
* @param value the value to send as JSON to the API.
|
* @param value the value to send as JSON to the API.
|
||||||
* @param baseUrl the base URL of the API.
|
* @param baseUrl the base URL of the API.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user