OSDN Git Service

Regular updates
[twpd/master.git] / rest-api.md
index bc320cd..ab3e72e 100644 (file)
@@ -1,7 +1,8 @@
 ---
 title: RESTful API
-updated: 2018-12-25
+updated: 2019-07-07
 layout: 2017/sheet
+category: API
 ---
 
 ### Status codes
@@ -47,7 +48,7 @@ You can pass a `version=x` to the Accept request header. [Info here](https://git
 ### Authentication
 
 ```
-curl -is https://$TOKEN@api.service.com/
+curl -is https://$TOKEN@api.example.com/
 ```
 
 ### Methods