v1

latestSwagger 2.0Apache 2.02026-07-17383679.6 KB
Authors

Create an author if not exists for a mapper

Creates an author for a mapper if it doesn't exist, otherwise returns existing author ID

post/admin/api/author/createIfNotExistsFor

Request body

authorMapperstring required
namestring

Response

OK

authorIdstring

Example response

{
  "authorId": "a.s8oes9dhwrvt0zif"
}