Skip to main content

Add Entity Favorite Guide

POST 

/guide/v1/:entity_type/:entity_id/favorite-guide

Add a guide to an entity's favorites

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

Responses

Successful Response

Schema

    guide_id uuidrequired

    favorited_at

    object

    anyOf

    Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone

    string

Loading...