構成のRESTエンドポイント
構成
リソースおよびサービスを構成します。
- すべての構成プロパティを取得
- メソッド: getパス:
/social/api/v1/configuration
- 指定した構成プロパティを取得
- メソッド: getパス:
/social/api/v1/configuration/{configurationID}
- 指定した構成プロパティを削除
- メソッド: deleteパス:
/social/api/v1/configuration/{configurationID}
- 構成プロパティを設定
- メソッド: postパス:
/social/api/v1/configuration
- 指定した構成プロパティを設定
- メソッド: postパス:
/social/api/v1/configuration/{configurationID}