Changes to ユーザー辞書に単語を追加する

POST /user_dict_word

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

Changed in 16 of the 50 revisions of this API.33839

  1. bd7182f25e542
  2. d31381d669ec2
  3. fc00e77ecad23
  4. c5651c641b9a5
  5. d8b6a60f88af51
  6. 4e239a87b6055
  7. 54501f4624fd16
  8. e86c0159e1bd51
  9. 179894d155aa16
  10. eb97301b5bb322
  11. 1d0fcadb80c52
  12. 3b94f9a50fd222
  13. 7d46d11815c22
  14. 907e5011a1aa22
  15. ef4da11d01e053
  16. 1bed97d41915823

What changed

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added

    • for the query request parameter priority, default value 5 was added

      request-parameter-default-value-added

    • for the query request parameter word_type, default value PROPER_NOUN was added

      request-parameter-default-value-added

    • for the query request parameter accent_type, the type/format was generalized from integer/ to array/

      request-parameter-type-generalized

    • for the query request parameter pronunciation, the type/format was generalized from string/ to array/

      request-parameter-type-generalized

    • for the query request parameter surface, the type/format was generalized from string/ to array/

      request-parameter-type-generalized

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

    • added the new enum value LOCATION_NAME to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value ORGANIZATION_NAME to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value PERSON_FAMILY_NAME to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value PERSON_GIVEN_NAME to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value PERSON_NAME to the query request parameter word_type

      request-parameter-enum-value-added

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

    • removed the enum value LOCATION_NAME from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value ORGANIZATION_NAME from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value PERSON_FAMILY_NAME from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value PERSON_GIVEN_NAME from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value PERSON_NAME from the query request parameter word_type

      request-parameter-enum-value-removed

    • api operation id add_user_dict_word_user_dict_word_post removed and replaced with add_user_dict_word

      api-operation-id-removed

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

    • added the new enum value LOCATION_NAME to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value ORGANIZATION_NAME to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value PERSON_FAMILY_NAME to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value PERSON_GIVEN_NAME to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value PERSON_NAME to the query request parameter word_type

      request-parameter-enum-value-added

  • 54501f4624fd16See the full diff
    • the query request parameter word_type was restricted to a list of enum values

      request-parameter-became-enum

    • added the new enum value ADJECTIVE to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value COMMON_NOUN to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value PROPER_NOUN to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value SUFFIX to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value VERB to the query request parameter word_type

      request-parameter-enum-value-added

    • for the query request parameter word_type, the type/format was generalized from / to string/

      request-parameter-type-generalized

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

    • removed the enum value ADJECTIVE from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value COMMON_NOUN from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value PROPER_NOUN from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value SUFFIX from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value VERB from the query request parameter word_type

      request-parameter-enum-value-removed

    • for the query request parameter word_type, the type/format was generalized from string/ to /

      request-parameter-type-generalized

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

  • 179894d155aa16See the full diff
    • the query request parameter word_type was restricted to a list of enum values

      request-parameter-became-enum

    • added the new enum value ADJECTIVE to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value COMMON_NOUN to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value PROPER_NOUN to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value SUFFIX to the query request parameter word_type

      request-parameter-enum-value-added

    • added the new enum value VERB to the query request parameter word_type

      request-parameter-enum-value-added

    • for the query request parameter word_type, the type/format was generalized from / to string/

      request-parameter-type-generalized

  • eb97301b5bb322See the full diff
    • query request parameter priority list-of-types was narrowed by removing types null

      request-parameter-list-of-types-narrowed

    • for the query request parameter priority, the type/format was changed from / to integer/

      request-parameter-type-changed

    • for the query request parameter priority, the max was set to 10.00

      request-parameter-max-set

    • for the query request parameter priority, the min was set to 0.00

      request-parameter-min-set

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

    • query request parameter priority list-of-types was widened by adding types null

      request-parameter-list-of-types-widened

    • for the query request parameter priority, the type/format was generalized from integer/ to /

      request-parameter-type-generalized

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

  • 3b94f9a50fd222See the full diff
    • query request parameter priority list-of-types was narrowed by removing types null

      request-parameter-list-of-types-narrowed

    • for the query request parameter priority, the type/format was changed from / to integer/

      request-parameter-type-changed

    • for the query request parameter priority, the max was set to 10.00

      request-parameter-max-set

    • for the query request parameter priority, the min was set to 0.00

      request-parameter-min-set

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

    • query request parameter priority list-of-types was widened by adding types null

      request-parameter-list-of-types-widened

    • for the query request parameter priority, the type/format was generalized from integer/ to /

      request-parameter-type-generalized

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

  • 907e5011a1aa22See the full diff
    • query request parameter priority list-of-types was narrowed by removing types null

      request-parameter-list-of-types-narrowed

    • for the query request parameter priority, the type/format was changed from / to integer/

      request-parameter-type-changed

    • for the query request parameter priority, the max was set to 10.00

      request-parameter-max-set

    • for the query request parameter priority, the min was set to 0.00

      request-parameter-min-set

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

  • ef4da11d01e053See the full diff
    • removed the enum value ADJECTIVE from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value COMMON_NOUN from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value PROPER_NOUN from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value SUFFIX from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value VERB from the query request parameter word_type

      request-parameter-enum-value-removed

    • query request parameter priority list-of-types was widened by adding types null

      request-parameter-list-of-types-widened

    • for the query request parameter priority, the type/format was generalized from integer/ to /

      request-parameter-type-generalized

    • for the query request parameter word_type, the type/format was generalized from string/ to /

      request-parameter-type-generalized

  • 1bed97d41915823See the full diff
    • for the query request parameter priority, default value 5 was removed

      request-parameter-default-value-removed

    • for the query request parameter word_type, default value PROPER_NOUN was removed

      request-parameter-default-value-removed

    • removed the enum value LOCATION_NAME from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value ORGANIZATION_NAME from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value PERSON_FAMILY_NAME from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value PERSON_GIVEN_NAME from the query request parameter word_type

      request-parameter-enum-value-removed

    • removed the enum value PERSON_NAME from the query request parameter word_type

      request-parameter-enum-value-removed

    • for the query request parameter accent_type, the type/format was changed from array/ to integer/

      request-parameter-type-changed

    • removed the optional property detail/items/ctx from the response with the 422 status

      response-optional-property-removed

    • removed the optional property detail/items/input from the response with the 422 status

      response-optional-property-removed

    • api operation id add_user_dict_word removed and replaced with add_user_dict_word_user_dict_word_post

      api-operation-id-removed

    • for the query request parameter pronunciation, the type/format was generalized from array/ to string/

      request-parameter-type-generalized

    • for the query request parameter surface, the type/format was generalized from array/ to string/

      request-parameter-type-generalized

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