line-openapi
line-openapi copied to clipboard
add UpdateLiffView for liff.yml
In LiffView, view.url and view.type are required properties. However, in the LIFF app update API, these properties are not mandatory.
ref: https://developers.line.biz/en/reference/liff-server/#update-liff-app
I have defined a new UpdateLiffView to solve this issue.