0579dec0b9
This change creates a new page describing the usage of project tags as well as adds in project tag information into existing projects refs. The added document highlights the properties of a project tag, the new API calls created, filtering/searching uses, and examples for each. This change also creates a release note for the changes made that add project tags. Change-Id: Icff11da9412378ae59c6f392f98b05475c7c501d Partially-Implements: bp project-tags
16 lines
408 B
JSON
16 lines
408 B
JSON
{
|
|
"project": {
|
|
"description": "My updated project",
|
|
"domain_id": null,
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/93ebbcc35335488b96ff9cd7d18cbb2e"
|
|
},
|
|
"enabled": true,
|
|
"id": "93ebbcc35335488b96ff9cd7d18cbb2e",
|
|
"is_domain": true,
|
|
"name": "myUpdatedProject",
|
|
"parent_id": null,
|
|
"tags": []
|
|
}
|
|
}
|