updated claim/availability response docs
This commit is contained in:
parent
53f4891e3e
commit
ed6bf0b173
1 changed files with 8 additions and 1 deletions
|
@ -105,7 +105,14 @@ example:
|
||||||
```
|
```
|
||||||
curl https://spee.ch/api/claim/availability/doitlive
|
curl https://spee.ch/api/claim/availability/doitlive
|
||||||
```
|
```
|
||||||
returns the name if it is available
|
response:
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"success": <bool>, // `true` if spee.ch succesfully checked the claim availability
|
||||||
|
"data": <bool>, // `true` if claim is available, false if it is not available
|
||||||
|
"message": <string> // human readable message of whether claim was available or not
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue