Logs Archives

Grant role to an archive

Adds a read role to an archive. (Roles API)

post/api/v2/logs/config/archives/{archive_id}/readers

Path parameters

archive_idstring required

The ID of the archive.

Request body

Example request

{
  "data": {
    "id": "3653d3c6-0c75-11ea-ad28-fb5701eabc7d",
    "type": "roles"
  }
}

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.