mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 01:41:46 +03:00
7785fb6dc5
refs https://github.com/TryGhost/Ghost/issues/10318 - API changes introduced: canary/v4 Admin API GET /settings/ (browse) + "unsplash" present in response as boolean value GET /settings/:settingName (read) + "unsplash" present in response as boolean value PUT /settings/ (edit) + "unsplash" updates setting, accepts ONLY boolean format v3 Admin API GET /settings/ (browse) + "unsplash" present in response with object value GET /settings/:settingName (read) + "unsplash" present in response with object value PUT /settings/ (edit) + "unsplash" updates setting, accepts either boolean or object formats v2 Admin API GET /settings/ (browse) + "unsplash" present in response with object value GET /settings/:settingName (read) + "unsplash" present in response with object value PUT /settings/ (edit) + "unsplash" updates setting, accepts object format |
||
---|---|---|
.. | ||
actions_spec_v3.js | ||
actions_spec.js | ||
config_spec.js | ||
db_spec.js | ||
email_preview_spec.js | ||
emails_spec.js | ||
images_spec.js | ||
integrations_spec.js | ||
invites_spec.js | ||
key_authentication_spec_v3.js | ||
key_authentication_spec.js | ||
labels_spec_v3.js | ||
labels_spec.js | ||
mail_spec.js | ||
members_spec.js | ||
notifications_spec.js | ||
oembed_spec.js | ||
pages_spec.js | ||
posts_spec.js | ||
roles_spec.js | ||
settings_spec.js | ||
slugs_spec.js | ||
snippets_spec.js | ||
tags_spec.js | ||
themes_spec.js | ||
users_spec.js | ||
utils_v3.js | ||
utils.js | ||
webhooks_spec.js |