Skip to main content
POST
/
bookmarks
/
bulk-update
Bookmarks - Bulk update
curl --request POST \
  --url https://mycluster.domino.tech/flows/api/artifacts/v1/bookmarks/bulk-update \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "key": {
      "artifactId": "<string>",
      "execution": {
        "domain": "<string>",
        "name": "<string>",
        "project": "<string>"
      }
    }
  }
]
'
[
  {
    "action": "<string>",
    "error": "<string>",
    "key": {
      "artifactId": "<string>",
      "execution": {
        "domain": "<string>",
        "name": "<string>",
        "project": "<string>"
      },
      "$schema": "<string>"
    },
    "status": "<string>"
  }
]

Body

application/json
action
enum<string>
required
Available options:
create,
delete
key
object
required

Response

object[] | null

OK

action
string
required

Action: create, delete

error
string
required
key
object
required
status
string
required