Skip to content

Add support for actors/socials #3

Description

@LucJosin

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 actor

E.g:

{
  "first_name": "...",
  "last_name": "...",
  "socials": [
    {
      "social": "Lorem",
      "handle": "@john",
      "url": "https://lorem.com/@john"
    }
  ]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

  • Status
    Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions