Skip to content

Commit 3bc8d73

Browse files
authored
Merge pull request #8 from keillera/master
Delete distributed_tokens
2 parents d1a72b1 + 64b0a02 commit 3bc8d73

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

alis_api.json

-35
Original file line numberDiff line numberDiff line change
@@ -361,23 +361,6 @@
361361
"type": "string"
362362
}
363363
}
364-
},
365-
"DistributedTokens": {
366-
"type": "object",
367-
"properties": {
368-
"article": {
369-
"type": "integer"
370-
},
371-
"like": {
372-
"type": "integer"
373-
},
374-
"tip": {
375-
"type": "integer"
376-
},
377-
"bonus": {
378-
"type": "integer"
379-
}
380-
}
381364
}
382365
},
383366
"paths": {
@@ -2222,24 +2205,6 @@
22222205
]
22232206
}
22242207
},
2225-
"/me/wallet/distributed_tokens": {
2226-
"get": {
2227-
"description": "ログインユーザのトークン付与情報を取得",
2228-
"responses": {
2229-
"200": {
2230-
"description": "ログインユーザのトークン付与情報",
2231-
"schema": {
2232-
"$ref": "#/definitions/DistributedTokens"
2233-
}
2234-
}
2235-
},
2236-
"security": [
2237-
{
2238-
"cognitoUserPool": []
2239-
}
2240-
]
2241-
}
2242-
},
22432208
"/me/wallet/tip": {
22442209
"post": {
22452210
"description": "投げ銭を行う",

0 commit comments

Comments
 (0)