Template host in verification tests
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
# API requires a valid token
|
||||
|
||||
# GET latest record
|
||||
GET https://music-library.claudio-ortolina.org/api/collection/latest
|
||||
GET {{host}}/api/collection/latest
|
||||
Content-Type: application/json
|
||||
HTTP 401
|
||||
|
||||
GET https://music-library.claudio-ortolina.org/api/collection/latest
|
||||
GET {{host}}/api/collection/latest
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer {{api_token}}
|
||||
HTTP 200
|
||||
|
||||
Reference in New Issue
Block a user