Skip to content

PUT /person/:id - 405 Method Not Allowed error #20

@ikbensiep

Description

@ikbensiep

When updating a person's display name, the api will log 405 Method Not Allowed.

=> (10) PUT /person/3

{
  type: null,
  httpStatus: 405,
  title: 'Method Not Allowed',
  detail: 'PUT is not allowed',
  instance: null,
  allow: [ 'GET', 'OPTIONS', 'POST' ]
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions