Module ehelply::apis::tags_api

source ·

Enums

struct for typed errors of method create_tag
struct for typed errors of method get_tag
struct for typed errors of method search_tag
struct for typed errors of method update_tag

Functions

Creates a tag
Gets the tag member information given the tag ID
TODO Item return format: { uuid **type:** string project_uuid **type:** string or None name **type:** string or None meta **type:** dict or None created_at **type:** string or None updated_at **type:** string or None deleted_at **type:** string or None }
Update tag with given info, only updating the fields supplied. Tag Uuid must be sent however.