Changes to Retrieve a datasource

GET /v2/knowledge/{knowledge_id}/datasources/{datasource_id}

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 140 of the 254 revisions of this API.626230

  1. addad33219df410
  2. 1586760a252f1028
  3. 4fdc24e562eb410
  4. be3fe58ce3891028
  5. f54fa34db0f4410
  6. ed68e8b009d71028
  7. d46bd23ae34c410
  8. f459ad9381eb1
  9. 2502c8757f971
  10. deb8d376faee1
  11. 6f132f005b2a25
  12. 9e655757ea3b1
  13. a6a4f69f861e1
  14. ae68ec54f3ad1
  15. 5c873aa7499e1
  16. 3128fb112d6625
  17. d1ae9e3491f725
  18. d40a1bcf89bd1
  19. f99f7fabab3e1
  20. d1e90514e6731
  21. c5489e0d43b51
  22. a0143cd130071
  23. 81dd5e8c8ae525
  24. c165184caee525
  25. 81f63764455c25
  26. 3989ac7bfc9d25
  27. 85e5d1c5734d1
  28. 991ce4b8f5051
  29. c53076c10c4f1
  30. 100d1c60e17f1
  31. 8a0812d9dbb61
  32. 7b0ddfe79a6b1
  33. a16b5d9f224e25
  34. cbc5028e3f521
  35. 602c1bc70a821
  36. 40c117ce8db11
  37. 2bbab4f8ccc91
  38. 0ba8132d0ed01
  39. 500631582d2b1
  40. f6afb18cceb11
  41. 1232fa26bf521
  42. bfbd66cca2331
  43. 3a879a9352ed1
  44. 2b0a5538d7ab1
  45. 63b660bfbd191
  46. 71e49314d52c1
  47. 62c4ba7cd0481
  48. 414693da59d31
  49. 6bc3ff4d26c11
  50. 6aa5959181e61
  51. 20d1cdbd084f1
  52. f3218433e7971
  53. d3b5ed31071a1
  54. e4e8b495e93c1
  55. a6dba2e590b51
  56. 810fa6ee0caa1
  57. 36410aeb484d1
  58. 9c790949b0c01
  59. 4f9c340e60b21
  60. f5389ab4abcc1
  61. e7a14e7945b31
  62. d7ac4ceab0da1
  63. cfd2d58638001
  64. 736c0b011bfb1
  65. f57ffba981651
  66. 69dd0d97b9161
  67. 0609ea5c7dd91
  68. 2f27caf6888c2
  69. bee257c5b2481
  70. 801f61a5a0561
  71. 590b82cd01a21
  72. 42d5d20625271
  73. 2c213260e2c01
  74. fb1636ba95e91
  75. 8bc42bcfc9771
  76. 0e3747d412a81
  77. 90022a1035e61
  78. 89909bd58b8a1
  79. 3a73dc6dc74f1
  80. 5edc4de4bee81
  81. 7607f34281131
  82. e8343d1786c21
  83. 4de5f179accc1
  84. 258501c028bd1
  85. 3ef990b0ba4c1
  86. da7d98a91a231
  87. fdb6362c42cf1
  88. cbedd768fa931
  89. cfee8d072a011
  90. f6b1a2adff261
  91. 0d6910d9dc3d1
  92. d418091db1631
  93. a11dc6b93bdd1
  94. 8ecb8a66eb1d1
  95. 5f95063ab4fd1
  96. 99dc842bd41f1
  97. cddd6848f9681
  98. e3d303f1c08c1
  99. 599b1f7313141
  100. 3dd1141ce2d81
  101. db071eb022c31
  102. c8e85fae2ce41
  103. 320d42e024f21
  104. ca19e06a2b611
  105. a15e7903ecca1
  106. 5c943f4375841
  107. 0e6105bc8dde1
  108. 9fe520eee39c1
  109. 04dabb1f1c1b1
  110. 5c7da8da86341
  111. 7b2360d96ac51
  112. 6a557e6024901
  113. 876e2b185dec1
  114. c2728ce2ff191
  115. ef69111bb04a1
  116. 6ba9f907d0851
  117. 1f83f23edf0b1
  118. b079b383dff21
  119. f7dcb6f764871
  120. 79707ebdc1971
  121. d17c597b26751
  122. 1dd72d6751271
  123. 6c287f35a6441
  124. afb6995171731
  125. f54a057bf6821
  126. eb23a0b46a631
  127. 29a1926314ea1
  128. 9a933c30a3201
  129. 0e93428b874f1
  130. 0db4b48f90a51
  131. 93088c476fe61
  132. 06184885b1b51
  133. 877151607ea91
  134. dd4b726b86021
  135. 6a34c8f232941
  136. cf2ebe8218c71
  137. bc4a415db9cb1
  138. 54f62cd22dcd1
  139. f21a1b29f8451
  140. db1ffe9a32191

What changed

  • addad33219df410See the full diff
    • the response property metadata became optional for the status 200

      response-property-became-optional

    • the _id response's property type/format changed from string/ulid to string/ for status 200

      response-property-type-changed

    • the created_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • the update_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • added the optional property attachment to the response with the 200 status

      response-optional-property-added

    • added the optional property processing_attempts to the response with the 200 status

      response-optional-property-added

    • the response optional property _id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response optional property created_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the response optional property update_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the response property _id became required for the status 200

      response-property-became-required

    • the _id response's property default value 01M0NTJ64T3WSAYHR87THB8D49 was removed for the status 200

      response-property-default-value-removed

    • the created_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    • the update_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    • the _id response's property pattern ^[0-9A-HJKMNP-TV-Z]{26}$ was removed for the status 200

      response-property-pattern-removed

    This revision also has 31 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 1586760a252f1028See the full diff
    • the response property _id became optional for the status 200

      response-property-became-optional

    • the chunks_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the created_by_id response's property type/format changed from string null/uuid to string null/ for status 200

      response-property-type-changed

    • the metadata/characters_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the metadata/chunks_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the metadata/paragraphs_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the metadata/sentences_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the metadata/tokens_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the metadata/words_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the update_by_id response's property type/format changed from string null/uuid to string null/ for status 200

      response-property-type-changed

    • removed the optional property attachment from the response with the 200 status

      response-optional-property-removed

    • removed the optional property processing_attempts from the response with the 200 status

      response-optional-property-removed

    • the response optional property created_by_id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response optional property update_by_id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response property metadata became required for the status 200

      response-property-became-required

    • the _id response's property default value 01M0JC91GNBTB0JDHDMR931VAZ was added for the status 200

      response-property-default-value-added

    • the _id response's property pattern ^[0-9A-HJKMNP-TV-Z]{26}$ was added for the status 200

      response-property-pattern-added

    • the created_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    • the update_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    • the response required property _id became read-only for the status 200

      response-required-property-became-read-only

    This revision also has 173 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 4fdc24e562eb410See the full diff
    • the response property metadata became optional for the status 200

      response-property-became-optional

    • the _id response's property type/format changed from string/ulid to string/ for status 200

      response-property-type-changed

    • the created_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • the update_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • added the optional property attachment to the response with the 200 status

      response-optional-property-added

    • added the optional property processing_attempts to the response with the 200 status

      response-optional-property-added

    • the response optional property _id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response optional property created_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the response optional property update_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the response property _id became required for the status 200

      response-property-became-required

    • the _id response's property default value 01M0HFR57S0HQQ2W9XJAKQTHAV was removed for the status 200

      response-property-default-value-removed

    • the created_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    • the update_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    • the _id response's property pattern ^[0-9A-HJKMNP-TV-Z]{26}$ was removed for the status 200

      response-property-pattern-removed

    This revision also has 31 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • be3fe58ce3891028See the full diff
    • the response property _id became optional for the status 200

      response-property-became-optional

    • the chunks_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the created_by_id response's property type/format changed from string null/uuid to string null/ for status 200

      response-property-type-changed

    • the metadata/characters_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the metadata/chunks_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the metadata/paragraphs_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the metadata/sentences_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the metadata/tokens_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the metadata/words_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the update_by_id response's property type/format changed from string null/uuid to string null/ for status 200

      response-property-type-changed

    • removed the optional property attachment from the response with the 200 status

      response-optional-property-removed

    • removed the optional property processing_attempts from the response with the 200 status

      response-optional-property-removed

    • the response optional property created_by_id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response optional property update_by_id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response property metadata became required for the status 200

      response-property-became-required

    • the _id response's property default value 01M0GK5X178SSG29KAHCQRA20S was added for the status 200

      response-property-default-value-added

    • the _id response's property pattern ^[0-9A-HJKMNP-TV-Z]{26}$ was added for the status 200

      response-property-pattern-added

    • the created_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    • the update_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    • the response required property _id became read-only for the status 200

      response-required-property-became-read-only

    This revision also has 175 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • f54fa34db0f4410See the full diff
    • the response property metadata became optional for the status 200

      response-property-became-optional

    • the _id response's property type/format changed from string/ulid to string/ for status 200

      response-property-type-changed

    • the created_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • the update_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • added the optional property attachment to the response with the 200 status

      response-optional-property-added

    • added the optional property processing_attempts to the response with the 200 status

      response-optional-property-added

    • the response optional property _id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response optional property created_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the response optional property update_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the response property _id became required for the status 200

      response-property-became-required

    • the _id response's property default value 01M08SAY22T2X48TZHFRSM5BWA was removed for the status 200

      response-property-default-value-removed

    • the created_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    • the update_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    • the _id response's property pattern ^[0-9A-HJKMNP-TV-Z]{26}$ was removed for the status 200

      response-property-pattern-removed

    This revision also has 31 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • ed68e8b009d71028See the full diff
    • the response property _id became optional for the status 200

      response-property-became-optional

    • the chunks_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the created_by_id response's property type/format changed from string null/uuid to string null/ for status 200

      response-property-type-changed

    • the metadata/characters_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the metadata/chunks_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the metadata/paragraphs_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the metadata/sentences_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the metadata/tokens_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the metadata/words_count response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the update_by_id response's property type/format changed from string null/uuid to string null/ for status 200

      response-property-type-changed

    • removed the optional property attachment from the response with the 200 status

      response-optional-property-removed

    • removed the optional property processing_attempts from the response with the 200 status

      response-optional-property-removed

    • the response optional property created_by_id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response optional property update_by_id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response property metadata became required for the status 200

      response-property-became-required

    • the _id response's property default value 01M08SAY22T2X48TZHFRSM5BWA was added for the status 200

      response-property-default-value-added

    • the _id response's property pattern ^[0-9A-HJKMNP-TV-Z]{26}$ was added for the status 200

      response-property-pattern-added

    • the created_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    • the update_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    • the response required property _id became read-only for the status 200

      response-required-property-became-read-only

    This revision also has 173 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • d46bd23ae34c410See the full diff
    • the response property metadata became optional for the status 200

      response-property-became-optional

    • the _id response's property type/format changed from string/ulid to string/ for status 200

      response-property-type-changed

    • the created_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • the update_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • added the optional property attachment to the response with the 200 status

      response-optional-property-added

    • added the optional property processing_attempts to the response with the 200 status

      response-optional-property-added

    • the response optional property _id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response optional property created_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the response optional property update_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the response property _id became required for the status 200

      response-property-became-required

    • the _id response's property default value 01M07MJMHG9DJH8CWSASD9JMYS was removed for the status 200

      response-property-default-value-removed

    • the created_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    • the update_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    • the _id response's property pattern ^[0-9A-HJKMNP-TV-Z]{26}$ was removed for the status 200

      response-property-pattern-removed

    This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the _id response's property default value changed from 01M06YQWRDAZQYV231EXKXR6GW to 01M07MJMHG9DJH8CWSASD9JMYS for the status 200

      response-property-default-value-changed

    This revision also has 42 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the _id response's property default value changed from 01M0083J3Y89GQ8VF8CQ6CS90J to 01M06YQWRDAZQYV231EXKXR6GW for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KZZX6HNT8C8TTW9ECHYWB9MN to 01M0083J3Y89GQ8VF8CQ6CS90J for the status 200

      response-property-default-value-changed

    This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the created_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • the update_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • the response optional property created_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the response optional property update_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the _id response's property default value changed from 01KZ1FPKRCWNB8WDWJKZ414GDV to 01KZ1Q3NF0W1ZN8ZV0WSPRXMPN for the status 200

      response-property-default-value-changed

    • the created_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    • the update_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    This revision also has 97 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the _id response's property default value changed from 01KYW65MMNZ786CQ4PK7W9Z9FQ to 01KZ1FPKRCWNB8WDWJKZ414GDV for the status 200

      response-property-default-value-changed

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the _id response's property default value changed from 01KYVW8Z835ZNTFR085N6VFR1V to 01KYW65MMNZ786CQ4PK7W9Z9FQ for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KYVV1FCYMA9PRYT1YZ9JBYWQ to 01KYVW8Z835ZNTFR085N6VFR1V for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KYV6VQ2MS2DP1M6ER4HW5C14 to 01KYVV1FCYMA9PRYT1YZ9JBYWQ for the status 200

      response-property-default-value-changed

  • 3128fb112d6625See the full diff
    • the created_by_id response's property type/format changed from string null/uuid to string null/ for status 200

      response-property-type-changed

    • the update_by_id response's property type/format changed from string null/uuid to string null/ for status 200

      response-property-type-changed

    • the response optional property created_by_id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response optional property update_by_id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the _id response's property default value changed from 01KYT8Y6JNYX636RA5HRP84PZF to 01KYV6VQ2MS2DP1M6ER4HW5C14 for the status 200

      response-property-default-value-changed

    • the created_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    • the update_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • d1ae9e3491f725See the full diff
    • the created_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • the update_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • the response optional property created_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the response optional property update_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the _id response's property default value changed from 01KYSCD1TR1V06HM4G00K9CYA8 to 01KYT8Y6JNYX636RA5HRP84PZF for the status 200

      response-property-default-value-changed

    • the created_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    • the update_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    This revision also has 95 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the _id response's property default value changed from 01KYSA4S5MREC1C6X7CF53X27K to 01KYSCD1TR1V06HM4G00K9CYA8 for the status 200

      response-property-default-value-changed

    This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the _id response's property default value changed from 01KYS1R5AV6J3GH1S4KFBRP0C2 to 01KYSA4S5MREC1C6X7CF53X27K for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KYRRWH0SQPWR2WMXSC1386VN to 01KYS1R5AV6J3GH1S4KFBRP0C2 for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KYRFKV0NDFK6WA55WAKM6AD1 to 01KYRRWH0SQPWR2WMXSC1386VN for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KYQ73NJYBCGTTJVTV9683KMW to 01KYRFKV0NDFK6WA55WAKM6AD1 for the status 200

      response-property-default-value-changed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 81dd5e8c8ae525See the full diff
    • the created_by_id response's property type/format changed from string null/uuid to string null/ for status 200

      response-property-type-changed

    • the update_by_id response's property type/format changed from string null/uuid to string null/ for status 200

      response-property-type-changed

    • the response optional property created_by_id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response optional property update_by_id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the _id response's property default value changed from 01KYQ5MQ8PCKT1VVWBA7ACHPEV to 01KYQ73NJYBCGTTJVTV9683KMW for the status 200

      response-property-default-value-changed

    • the created_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    • the update_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • c165184caee525See the full diff
    • the created_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • the update_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • the response optional property created_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the response optional property update_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the _id response's property default value changed from 01KYQ58EMM25HG99MP3K88PRKW to 01KYQ5MQ8PCKT1VVWBA7ACHPEV for the status 200

      response-property-default-value-changed

    • the created_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    • the update_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    This revision also has 158 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 81f63764455c25See the full diff
    • the created_by_id response's property type/format changed from string null/uuid to string null/ for status 200

      response-property-type-changed

    • the update_by_id response's property type/format changed from string null/uuid to string null/ for status 200

      response-property-type-changed

    • the response optional property created_by_id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response optional property update_by_id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the _id response's property default value changed from 01KYPZXVXPDKTYFEPVT0J4503T to 01KYQ58EMM25HG99MP3K88PRKW for the status 200

      response-property-default-value-changed

    • the created_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    • the update_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 3989ac7bfc9d25See the full diff
    • the created_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • the update_by_id response's property type/format changed from string null/ to string null/uuid for status 200

      response-property-type-changed

    • the response optional property created_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the response optional property update_by_id became read-only for the status 200

      response-optional-property-became-read-only

    • the _id response's property default value changed from 01KYPT8FYPN7ZF2VXWQ1V26EPB to 01KYPZXVXPDKTYFEPVT0J4503T for the status 200

      response-property-default-value-changed

    • the created_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    • the update_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    This revision also has 158 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the _id response's property default value changed from 01KYPP1H6DSR6D22QX6RZXQKEP to 01KYPT8FYPN7ZF2VXWQ1V26EPB for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KYPCGWYSM9CR7AYSRMM78K1G to 01KYPP1H6DSR6D22QX6RZXQKEP for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KYNWJVNK8MGK1310DBH2HKPV to 01KYPCGWYSM9CR7AYSRMM78K1G for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KYM1Q85E5PFA2VV8W5JKXDEQ to 01KYNWJVNK8MGK1310DBH2HKPV for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KYKQ98722TGYNWQFY6TJQGPA to 01KYM1Q85E5PFA2VV8W5JKXDEQ for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KYKESHQWTFNY0BQWSYDY39BZ to 01KYKQ98722TGYNWQFY6TJQGPA for the status 200

      response-property-default-value-changed

  • a16b5d9f224e25See the full diff
    • the created_by_id response's property type/format changed from string null/uuid to string null/ for status 200

      response-property-type-changed

    • the update_by_id response's property type/format changed from string null/uuid to string null/ for status 200

      response-property-type-changed

    • the response optional property created_by_id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response optional property update_by_id became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the _id response's property default value changed from 01KYJT1J03H7ZH21WAZF37WJE8 to 01KYKESHQWTFNY0BQWSYDY39BZ for the status 200

      response-property-default-value-changed

    • the created_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    • the update_by_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the _id response's property default value changed from 01KYJCWY3TM1JCVZR8G9RWB2B3 to 01KYJT1J03H7ZH21WAZF37WJE8 for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KYHYRPX5AVPSZJXES6D10TT3 to 01KYJCWY3TM1JCVZR8G9RWB2B3 for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KYHFSEPWERTGKZ4SYMZQQ639 to 01KYHYRPX5AVPSZJXES6D10TT3 for the status 200

      response-property-default-value-changed

    This revision also has 156 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the _id response's property default value changed from 01KYHAQQ41SACYSH7RY7SSF516 to 01KYHFSEPWERTGKZ4SYMZQQ639 for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KYDMWD6YMK4BGBF948G8NNZH to 01KYHAQQ41SACYSH7RY7SSF516 for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KYD71GMDGV66Q3JX6MFPAW3M to 01KYDMWD6YMK4BGBF948G8NNZH for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KYCSWMZ1SG4SENF6EHWPNYA1 to 01KYD71GMDGV66Q3JX6MFPAW3M for the status 200

      response-property-default-value-changed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the _id response's property default value changed from 01KYB0MRK4YFCDJX3Q09SC1W7T to 01KYCSWMZ1SG4SENF6EHWPNYA1 for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KY9CSN4EW204G257KZ0GG0KA to 01KYB0MRK4YFCDJX3Q09SC1W7T for the status 200

      response-property-default-value-changed

    This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the _id response's property default value changed from 01KY7CX66FY8FX42BZ8MV8M50Z to 01KY9CSN4EW204G257KZ0GG0KA for the status 200

      response-property-default-value-changed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the _id response's property default value changed from 01KY7C3CEPNCGPR0CEQV1DY2H4 to 01KY7CX66FY8FX42BZ8MV8M50Z for the status 200

      response-property-default-value-changed

    This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the _id response's property default value changed from 01KY6CT7C40FZ3DJJ2JRJFCJYY to 01KY7C3CEPNCGPR0CEQV1DY2H4 for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KY5ZBRJKRQ6JRPHPYT4J147P to 01KY6CT7C40FZ3DJJ2JRJFCJYY for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KY56KEB55WZS6PJ4D0X4CYB7 to 01KY5ZBRJKRQ6JRPHPYT4J147P for the status 200

      response-property-default-value-changed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the _id response's property default value changed from 01KY532EM8PCQDS8P9JZZSWMBT to 01KY56KEB55WZS6PJ4D0X4CYB7 for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KY524HM3Z8N4DA2GF0NZJG3B to 01KY532EM8PCQDS8P9JZZSWMBT for the status 200

      response-property-default-value-changed

    • the _id response's property default value changed from 01KY4TS7NKS4HHE47GYT3GR3JC to 01KY524HM3Z8N4DA2GF0NZJG3B for the status 200

      response-property-default-value-changed

Of the 254 revisions, 71 have no diff computed.