slack-php-block-kit icon indicating copy to clipboard operation
slack-php-block-kit copied to clipboard

Fix wrong property name for MultiUserSelectMenu initial value

Open attepulkkinen opened this issue 8 months ago • 1 comments

Currently gives following error

{
  "ok": false,
  "error": "invalid_arguments",
  "warning": "missing_charset",
  "response_metadata": {
    "messages": [
      "[ERROR] failed to match all allowed schemas [json-pointer:\/view]",
      "[ERROR] invalid additional property: initial_user [json-pointer:\/view\/blocks\/1\/element]"
    ],
    "warnings": [
      "missing_charset"
    ]
  }
}

This is because correct property name for multi_users_select is initial_users instead of initial_user

attepulkkinen avatar May 27 '24 08:05 attepulkkinen