Skip to content

PutDocumentAsync does not expose "silent" query parameter #229

@DiscoPYF

Description

@DiscoPYF

The documentation mention that the silent query parameter can be used when replacing a document with PUT /_api/document/{collection}/{key}.

https://www.arangodb.com/docs/stable/http/document-working-with-documents.html#replace-document

The PutDocumentAsync uses the class PutDocumentsQuery for passing query pameters, but this class does not contain a Silent property. I think we should create a PutDocumentQuery class specific to the PutDocumentAsync method.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions