Skip to main content
POST
Add a tag to a Job

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

jobId
string
required

Id of job to add tag to

Body

application/json
projectId
string
required

Id of project the resource belongs to.

Example:

"62313ce67a0af0281c01a6a5"

tagName
string
required

Name of tag to add to a job.

Example:

"MyTag"

Response

Success

metadata
object
required
tag
object
required
Last modified on August 18, 2026