Skip to content

Commit

Permalink
Batches/transactions not supported in administration endpoint (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Feb 2, 2021
1 parent 591fa18 commit 9203671
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions firelyserver/features/restful_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ Limitations on history
Batch
-----

Batch is fully supported.
Batch is fully supported on the usual endpoint. You can limit the number of entries accepted in a single batch. See :ref:`batch_options`.

You can limit the number of entries accepted in a single batch. See :ref:`batch_options`.
Note that batches are not supported in the ``/administration`` endpoint.

.. _restful_transaction:

Expand All @@ -219,6 +219,7 @@ Transactions are supported, with these limitations:

#. Of the three storage implementations, only SQL Server and SQLite truly support transactions. On :ref:`MongoDB<configure_mongodb>` and :ref:`Memory<configure_memory>`, transaction support can be simulated at the FHIR level, but not be enforced on the database level.
#. References between resources in the transaction can point backwards or forwards. Only circular references are not supported.
#. The ``/administration`` endpoint does not support transactions.

You can limit the number of entries accepted in a single transaction. See :ref:`batch_options`.

Expand Down

0 comments on commit 9203671

Please sign in to comment.