File tree 2 files changed +4
-42
lines changed
2 files changed +4
-42
lines changed Original file line number Diff line number Diff line change 762
762
"operationId" : " createTopic" ,
763
763
"responses" : {
764
764
"200" : {
765
- "description" : " Topic metadata" ,
766
- "content" : {
767
- "application/vnd.kafka.v2+json" : {
768
- "schema" : {
769
- "$ref" : " #/components/schemas/TopicMetadata"
770
- }
771
- }
772
- }
773
- },
774
- "404" : {
775
- "description" : " The path was not found." ,
765
+ "description" : " No content" ,
776
766
"content" : {
777
- "application/vnd.kafka.v2+json" : {
778
- "schema" : {
779
- "$ref" : " #/components/schemas/Error"
780
- },
781
- "examples" : {
782
- "response" : {
783
- "value" : {
784
- "error_code" : 404 ,
785
- "message" : " The path was not found."
786
- }
787
- }
788
- }
789
- }
767
+ "application/vnd.kafka.v2+json" : {}
790
768
}
791
769
}
792
770
}
Original file line number Diff line number Diff line change 695
695
"operationId" : " createTopic" ,
696
696
"responses" : {
697
697
"200" : {
698
- "description" : " Topic metadata" ,
699
- "schema" : {
700
- "$ref" : " #/definitions/TopicMetadata"
701
- }
702
- },
703
- "404" : {
704
- "description" : " The path was not found." ,
705
- "schema" : {
706
- "$ref" : " #/definitions/Error"
707
- },
708
- "examples" : {
709
- "response" : {
710
- "value" : {
711
- "error_code" : 404 ,
712
- "message" : " The path was not found."
713
- }
714
- }
715
- }
698
+ "description" : " No content" ,
699
+ "schema" : {}
716
700
}
717
701
}
718
702
},
You can’t perform that action at this time.
0 commit comments