We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe6f5b commit da05956Copy full SHA for da05956
docs/usage.rst
@@ -626,6 +626,6 @@ Store instances to a Google DICOMweb store:
626
.. code-block:: none
627
628
dicomweb_client --url https://healthcare.googleapis.com/v1beta1/projects/MYPROJECT/locations/us-central1/datasets/MYDATASET/dicomStores/MYDICOMSTORE/dicomWeb \
629
- --token $(gcloud auth print-access-token) \
+ --bearer-token $(gcloud auth print-access-token) \
630
store instances \
631
dicomfiles/*
0 commit comments