File tree Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 11{
2- "project.tags" :{
3- "documentation" :{
4- "url" :" " ,
5- "description" :" Return tags defined for the project"
2+ "project.tags" : {
3+ "documentation" : {
4+ "url" : " " ,
5+ "description" : " Return tags defined for the project"
66 },
7- "stability" :" experimental" ,
8- "visibility" :" public" ,
9- "headers" :{
7+ "stability" : " experimental" ,
8+ "visibility" : " public" ,
9+ "headers" : {
1010 "accept" : [" application/json" ]
1111 },
12- "url" :{
13- "paths" :[
12+ "url" : {
13+ "paths" : [
1414 {
15- "path" :" /_project/tags" ,
16- "methods" :[
17- " GET"
18- ]
15+ "path" : " /_project/tags" ,
16+ "methods" : [" GET" ]
1917 }
2018 ]
2119 }
Original file line number Diff line number Diff line change 2020import { AdditionalProperties } from '@spec_utils/behaviors'
2121import { Dictionary , SingleKeyDictionary } from '@spec_utils/Dictionary'
2222
23-
2423/**
2524 * @behavior_meta AdditionalProperties fieldname=user_defined_tags description="Additional tags defined by user."
2625 */
@@ -36,7 +35,7 @@ class ProjectTags {
3635 linked_projects ?: Dictionary < string , Tags >
3736}
3837
39- export class Response {
38+ export class Response {
4039 /**
4140 * @codegen_name project_tags
4241 */
You can’t perform that action at this time.
0 commit comments