We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
actors/socials
Add support to POST, UPDATE and DELETE actors/socials
Currently we can only add actor socials using POST and socials field when creating a new actor
socials
E.g:
{ "first_name": "...", "last_name": "...", "socials": [ { "social": "Lorem", "handle": "@john", "url": "https://lorem.com/@john" } ] }
The text was updated successfully, but these errors were encountered:
LucJosin
No branches or pull requests
Description
Add support to POST, UPDATE and DELETE
actors/socials
Currently we can only add actor socials using POST and
socials
field when creating a new actorE.g:
The text was updated successfully, but these errors were encountered: