Skip to main content

Add Entity Rating For Guide

POST 

/guide/v1/:entity_type/:entity_id/rate-guide

Rate a guide for an entity

Required Permissions:

  • For any entity (including themselves) any of: guide:*, guide:engage:write:any

  • For the entity themselves : guide:engage:write:self

Request

Path Parameters

    entity_type EntityTyperequired

    Possible values: [player]

    entity_id Entity Idrequired

Body

required

    guide_id uuidrequired
    rating Rating (integer)required

    Possible values: >= -1 and <= 1

Responses

Successful Response

Schema

    guide_id uuidrequired
    rating Rating (integer)required

    Possible values: >= -1 and <= 1

Loading...