get_or_create_tag
Retrieve the specified dbnl Test Tag or create a new one if it does not exist
Parameters
Arguments
Description
project_id
The dbnl Project that this Test Tag is associated with.
name
The name of the Test Tag to be retrieved. If a Tag with the name does not exist, it will create a new Tag. Tag names must be unique.
description
An optional description for the Tag. Descriptions are limited to 255 characters.
Returns
Type
Description
Dict[str, Any]
Test Tag JSON
Test Tag JSON Schema
Last updated
Was this helpful?