legacy-knowledge-base
公開されました Sep. 10, 2025

ヘッドレスAPI:読み取り専用フィールドと書き込み専用フィールド

written-by

Jose L. Bango

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • ヘッドレスAPIで使われるスキーマは、readOnly: trueまたはwriteOnly: true というプロパティを持つフィールドを持っている。 どういう意味ですか?
  • POST/PUT/PATCHリクエストを行う際に使用しなければならないフィールドはどれですか?

環境

  • ヘッドレスAPIを使用するあらゆるLiferay環境

解像度

  • readOnlyプロパティはレスポンスに含まれるが、リクエストには含まれない。
  • writeOnlyプロパティはリクエストでは送信できるが、レスポンスでは送信できない。
  • したがって、POST/PUT/PATCHリクエストでは、readOnlyフィールドは避けてください。 その代わりに、writeOnlyフィールド(またはreadOnly/writeOnlyプロパティを持たないフィールド。)

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base