Tags are not getting updated using CLI since late afternoon
Here is the JSON I'm using. The same JSON worked with tags at 2:50PM ET yesterday , and did not work after that. Are there any ongoing issues?
It adds all the fields except "tags" .
{
"title": "DB-test_user",
"tags": ["test", "email@example.com" , "test_user"],
"category": "DATABASE",
"fields": [
{
"id": "notesPlain",
"type": "STRING",
"purpose": "NOTES",
"label": "notesPlain",
"value": ""
},
{
"id": "database_type",
"type": "MENU",
"label": "type",
"value": "Other"
},
{
"id": "hostname",
"type": "STRING",
"label": "server",
"value": "tesdb.com"
},
{
"id": "port",
"type": "STRING",
"label": "port",
"value": "3306"
},
{
"id": "username",
"type": "STRING",
"label": "username",
"value": "testuser"
},
{
"id": "password",
"type": "CONCEALED",
"label": "password",
"value": "testpass"
},
{
"id": "sid",
"type": "STRING",
"label": "SID",
"value": ""
},
{
"id": "alias",
"type": "STRING",
"label": "alias",
"value": "NewDB"
},
{
"id": "options",
"type": "STRING",
"label": "connection options",
"value": ""
}
]
}
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser:_ Not Provided
Comments
-
Closing because of duplicate: https://1password.community/discussion/132611/tags-are-not-getting-updated-using-cli-since-late-afternoon#latest
0