Skip to content

Add support for actors/socials #3

@LucJosin

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"
    }
  ]
}

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