You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2023. It is now read-only.
I don't believe the query param overwrite=true on POST requests to /projects/{project_id}/refs/{ref_id}/elements is supported by the mms python client. The API docs (https://mms.openmbee.org/alfresco/mms/index.html#api-Element-postElements) also don't include it as a parameter. The swagger generated python client currently rejects the parameter – likely because it is not included in the OpenAPI spec.
Are there plans to update the OpenAPI spec to include this parameter? It has been recommended that we include this parameter in POST requests but are currently unable to via the mms_python_client.
I don't believe the query param
overwrite=true
on POST requests to/projects/{project_id}/refs/{ref_id}/elements
is supported by the mms python client. The API docs (https://mms.openmbee.org/alfresco/mms/index.html#api-Element-postElements) also don't include it as a parameter. The swagger generated python client currently rejects the parameter – likely because it is not included in the OpenAPI spec.Are there plans to update the OpenAPI spec to include this parameter? It has been recommended that we include this parameter in POST requests but are currently unable to via the mms_python_client.
python 3.7
mms_python_client 4.0.0a3
MMS 3.3.0 (I think) - Service URL: https://mms.openmbee.org/alfresco/service
The text was updated successfully, but these errors were encountered: