Hi amazing developers :slight_smile:

I have a quick question today.

Twitter API v2.0 has an endpoint to POST tweets. Is it a specification that I cannot specify everyone in the reply_settings field in a request to this endpoint, or bug?

I understand from reading the documentation that if a request is sent without a reply_settings field, the default is everyone, but it seems strange that everyone, which is an Enum, cannot be sent during POST.

Thanks! Since this is the default your only options are “mentionedUsers” and “following”. As you mentioned the field isn’t specified, it will default to everyone. This is a bit strange but this is part of the design currently. Feel free to submit a proposal to our open evolution process on this topic.

1 Like

Hi @jessicagarson !

Okay I understand, thanks for the answer :slight_smile:
I’m satisfied with your answer, so I will close this topic.

Thank you!