会員自由項目ラベル更新
PATCH /customers/custom_field_labels/{no}
PATCH
/customers/custom_field_labels/{no}
会員自由項目ラベル情報を更新します。
対象プラン
- プレミアムプラス
- フードビジネス
- リテールビジネス
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” no
required
integer
会員自由項目番号
Request Body required
Section titled “Request Body required ”object
label
required
ラベル
会員自由項目名
string
Example
{ "label": "string"}Responses
Section titled “ Responses ”更新成功
object
no
会員自由項目番号
integer
label
会員自由項目名
string
Example
{ "no": 1, "label": "string"}- 入力チェックエラーの場合
object
type
required
string
title
required
string
detail
string
status
integer
Examples
{ "type": "about:blank", "title": "Bad Request", "detail": "request_json:[label]は[85]文字以下である必要があります", "status": 400}- 指定した会員自由項目番号が存在しない場合
object
type
required
string
title
required
string
detail
string
status
integer
Examples
{ "type": "about:blank", "title": "Not Found", "detail": "[no] 存在しない会員自由項目番号が指定されています。(no-1)。", "status": 404}