はじめに

導入

運用

参加・貢献

リソース

GitHubでこのページを編集

Home / 5 / web_api / baser_admin_api / bc custom content / custom_links / 関連フィールドの編集

関連フィールドの編集

指定した関連フィールドを編集します。

実行に必要な権限

システム管理者以上

リクエスト

PATCH /baser/api/admin/bc-custom-content/custom_links/{customLinkId}.json

パスパラメーター

パラメーター名 必須 内容
customLinkId 文字列 関連フィールドID

リクエストボディ

パラメーター名 必須 内容
name 文字列 カスタムリンク名
title 文字列   タイトル
no 数値   NO
parent_id 数値   親カスタムリンクID
level 数値   レベル
lft 数値   右位置
rght 数値   左位置
before_head 文字列   前見出し
after_head 文字列   後見出し
description 文字列   説明文
attention 文字列   注意書き
class 文字列   グループバリデーション
options 文字列   オプション
group_valid 真偽値   グループバリデーション
before_linefeed 真偽値   入力欄の前に改行を入れる
after_linefeed 真偽値   入力欄の後に改行を入れる
use_loop 真偽値   ループを利用するかどうか
display_admin_list 真偽値   管理画面の一覧に表示するかどうか
display_front 真偽値   テーマのヘルパーで呼び出せるかどうか
search_target_admin 真偽値   管理画面の検索対象にするかどうか
search_target_front 真偽値   フロントの検索対象にするかどうか
use_api 真偽値   APIで利用するかどうか
required 真偽値   必須かどうか
status 真偽値   利用するかどうか

レスポンス例

レスポンスボディ

{
  "customLink": {
    "id": 152,
    "custom_table_id": 5,
    "custom_field_id": 1,
    "no": null,
    "parent_id": null,
    "level": 0,
    "lft": 1,
    "rght": 2,
    "name": "address",
    "title": "住所",
    "before_head": null,
    "after_head": null,
    "description": null,
    "attention": null,
    "options": null,
    "class": null,
    "group_valid": false,
    "before_linefeed": false,
    "after_linefeed": false,
    "use_loop": false,
    "display_admin_list": null,
    "display_front": null,
    "search_target_admin": null,
    "search_target_front": null,
    "use_api": null,
    "required": null,
    "status": null,
    "created": "2023-04-06T20:29:13+09:00",
    "modified": "2023-04-06T20:31:03+09:00",
    "custom_table": {
      "id": 5,
      "type": "1",
      "name": "country",
      "title": "国",
      "display_field": "1",
      "has_child": true,
      "created": "2023-04-06T10:30:45+09:00",
      "modified": "2023-04-06T10:30:45+09:00",
      "custom_content": {
        "id": 3,
        "custom_table_id": 5,
        "description": "",
        "template": "default",
        "widget_area": null,
        "list_count": 10,
        "list_order": "id",
        "list_direction": "DESC",
        "created": "2023-04-06T10:52:36+09:00",
        "modified": "2023-04-06T11:22:01+09:00",
        "content": {
          "id": 32,
          "name": "%E3%83%AD%E3%82%B7%E3%82%A2%E3%81%AE%E3%81%93%E3%81%A8",
          "plugin": "BcCustomContent",
          "type": "CustomContent",
          "entity_id": 3,
          "url": "/%E3%83%AD%E3%82%B7%E3%82%A2%E3%81%AE%E3%81%93%E3%81%A8/",
          "site_id": 1,
          "alias_id": null,
          "main_site_content_id": null,
          "parent_id": 1,
          "lft": 32,
          "rght": 33,
          "level": 1,
          "title": "ロシア",
          "description": null,
          "eyecatch": null,
          "author_id": 1,
          "layout_template": null,
          "status": false,
          "publish_begin": null,
          "publish_end": null,
          "self_status": false,
          "self_publish_begin": null,
          "self_publish_end": null,
          "exclude_search": false,
          "created_date": "2023-04-06T11:22:01+09:00",
          "modified_date": null,
          "site_root": false,
          "deleted_date": null,
          "exclude_menu": false,
          "blank_link": false,
          "created": "2023-04-06T10:52:36+09:00",
          "modified": "2023-04-06T11:22:01+09:00"
        }
      }
    },
    "custom_field": null,
    "type": "text"
  },
  "message": "カスタムリンク「住所」を更新しました。",
  "errors": [
  ]
}