curl --location --request PUT 'https://api.github.com/orgs//interaction-limits' \
--header 'Content-Type: application/json' \
--data-raw '{
"expiry": "one_month",
"limit": "collaborators_only"
}'
{
"expires_at": "2018-08-17T04:18:39.000Z",
"limit": "collaborators_only",
"origin": "repository"
}
one_day
.