Nearly everything dealing with documents wants a "document_pk" but the documents_* functions return "id"s. Let's not get into the documents_versioning functions talking about "docment_id" (at least that's clear bt a third name). Could someone lease throw some light on what is what here?
Achim
API parameter inconsistencies
Re: API parameter inconsistencies
Just historical reasons, we can't break the API during minor or micro releases and need to keep paths and variables as they were committed or merged. As a major release, we are normalizing all API endpoints, parameters and schemas, as well as the HTTP URLs. Version 4.0 also introduces a versioned API.