Skip to content

Commit

Permalink
[risk=low][RW-12248] Add featured_workspace_category, deprecate publi…
Browse files Browse the repository at this point in the history
…shed (#61)
  • Loading branch information
jmthibault79 authored Sep 25, 2024
1 parent 539ef4c commit 25acdfe
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{
"name": "published",
"type": "BOOLEAN",
"description": "If true, this workspace has been published.",
"description": "[DEPRECATED] Check for the existence of featured_workspace_category instead. WAS: If true, this workspace has been published.",
"mode": "NULLABLE"
},
{
Expand Down Expand Up @@ -225,5 +225,11 @@
"type": "STRING",
"description": "A brief string identifying the access tier of this workspace, e.g. 'registered'",
"mode": "NULLABLE"
},
{
"name": "featured_workspace_category",
"type": "STRING",
"description": "The category of featured workspace that contains this workspace, if it is featured, e.g. 'COMMUNITY'",
"mode": "NULLABLE"
}
]

0 comments on commit 25acdfe

Please sign in to comment.