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 1
1
{
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"
6
6
},
7
- "stability" :" experimental" ,
8
- "visibility" :" public" ,
9
- "headers" :{
7
+ "stability" : " experimental" ,
8
+ "visibility" : " public" ,
9
+ "headers" : {
10
10
"accept" : [" application/json" ]
11
11
},
12
- "url" :{
13
- "paths" :[
12
+ "url" : {
13
+ "paths" : [
14
14
{
15
- "path" :" /_project/tags" ,
16
- "methods" :[
17
- " GET"
18
- ]
15
+ "path" : " /_project/tags" ,
16
+ "methods" : [" GET" ]
19
17
}
20
18
]
21
19
}
Original file line number Diff line number Diff line change 20
20
import { AdditionalProperties } from '@spec_utils/behaviors'
21
21
import { Dictionary , SingleKeyDictionary } from '@spec_utils/Dictionary'
22
22
23
-
24
23
/**
25
24
* @behavior_meta AdditionalProperties fieldname=user_defined_tags description="Additional tags defined by user."
26
25
*/
@@ -36,7 +35,7 @@ class ProjectTags {
36
35
linked_projects ?: Dictionary < string , Tags >
37
36
}
38
37
39
- export class Response {
38
+ export class Response {
40
39
/**
41
40
* @codegen_name project_tags
42
41
*/
You can’t perform that action at this time.
0 commit comments