updated claim/availability response docs

This commit is contained in:
bill bittner 2018-08-10 15:19:19 -07:00
parent 53f4891e3e
commit ed6bf0b173

View file

@ -105,7 +105,14 @@ example:
```
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