DrupalのJSONAPIを用いてnodeのuidフィールドを更新しようとした際、以下のエラーが発生しました。

ThecurrentuserisnotallowedtoPATCHtheselectedfield(uid).The'administernodes'permissionisrequired.

これについて、権限を変更することで解決できました。

具体的には、NodeAdminister contentにチェックをいれることで、解決できました。

ただし、以下のような記載がありましたので、利用にあたっては注意が必要かと思います。

Warning: Give to trusted roles only; this permission has security implications. Promote, change ownership, edit revisions, and perform other tasks across all content types.

参考になりましたら幸いです。