File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 768
768
"method" : " GET" ,
769
769
"description" : " Gets the OculusDB config, needs authorization" ,
770
770
"parameters" : [],
771
- "exampleUrl" : " /api/v2/admin/config " ,
771
+ "exampleUrl" : " " ,
772
772
"exampleResponse" : {}
773
773
},
774
774
{
775
775
"url" : " /api/v2/admin/config" ,
776
776
"method" : " POST" ,
777
777
"description" : " Updates the OculusDB config, needs authorization" ,
778
778
"parameters" : [],
779
- "exampleUrl" : " /api/v2/admin/config " ,
779
+ "exampleUrl" : " " ,
780
780
"exampleResponse" : {}
781
781
},
782
782
{
783
783
"url" : " /api/v2/admin/users" ,
784
784
"method" : " GET" ,
785
785
"description" : " Gets the OculusDB user config, needs authorization" ,
786
786
"parameters" : [],
787
- "exampleUrl" : " /api/v2/admin/users " ,
787
+ "exampleUrl" : " " ,
788
788
"exampleResponse" : {}
789
789
},
790
790
{
791
791
"url" : " /api/v2/admin/users" ,
792
792
"method" : " POST" ,
793
793
"description" : " Updates the OculusDB user config, needs authorization" ,
794
794
"parameters" : [],
795
- "exampleUrl" : " /api/v2/admin/users " ,
795
+ "exampleUrl" : " " ,
796
796
"exampleResponse" : {}
797
797
}
798
798
]
You can’t perform that action at this time.
0 commit comments