Skip to content

Commit 7a0a3a1

Browse files
committed
add docs and release note #11287
1 parent 4fcc096 commit 7a0a3a1

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Backward Incompatibilities
2+
3+
An undocumented Search API parameter called "show_my_data" has been removed. It was never exercised by tests and is believed to be unused. API users should use the [MyData] API instead. See the [API changelog](https://dataverse-guide--11375.org.readthedocs.build/en/11375/api/changelog.html), #11287 and #11375.

doc/sphinx-guides/source/api/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ This API changelog is experimental and we would love feedback on its usefulness.
77
:local:
88
:depth: 1
99

10+
v6.7
11+
----
12+
13+
- An undocumented :doc:`search` parameter called "show_my_data" has been removed. It was never exercised by tests and is believed to be unused. API users should use the :ref:`api-mydata` API instead.
14+
1015
v6.6
1116
----
1217

doc/sphinx-guides/source/api/native-api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7423,6 +7423,8 @@ As a superuser::
74237423
74247424
Note that this API is probably only useful for testing.
74257425
7426+
.. _api-mydata:
7427+
74267428
MyData
74277429
------
74287430

0 commit comments

Comments
 (0)