API를 통해 주제나 게시물에 숨겨진 데이터를 연결하기

Is there a way to attach (hidden) extra data to a topic or post that can be read and written via the API

We’re looking to sync information about posts to another system and want to ‘tag’ topics and posts with a unique id from the other system as they are synced

You could write a plugin that has a post custom field and adds it to the serializer.

I would think it easier to have the other system use the post id or url.

Thanks Jay, I’m looking into the plugin approach