The page mentions
GET /:domain/v3/page/:format/:title/:revision?
api/rest_v1 recommends
post /transform/wikitext/to/lint{/title}{/revision}
Imagine pages as follows:
- 2017
- User talk:Itu/Archiv/2016
- User talk:Itu/Archiv (presumable archive overview)
How is it distinguished or interpreted?
- Is 2017 a page title or a revID?
- Is it referring to revID=2016, ignoring title, as practised when both
oldid=
andtitle=
provided in URL?
Does the {}
syntax impose that revID may follow a title only, or title is optional? Curly brackets are not nested here. If each optional, #1 is ambiguous.
If there is no revision ID available for a particular page, is it supposed that the query is invalid? What about case #2?