File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -3209,6 +3209,46 @@ expression: response.json()
32093209 ]
32103210 }
32113211 },
3212+ " /api/v1/crates/{name}/{version}/rebuild_docs" : {
3213+ " post" : {
3214+ " operationId" : " rebuild_version_docs" ,
3215+ " parameters" : [
3216+ {
3217+ " description" : " Name of the crate" ,
3218+ " in" : " path" ,
3219+ " name" : " name" ,
3220+ " required" : true ,
3221+ " schema" : {
3222+ " type" : " string"
3223+ }
3224+ },
3225+ {
3226+ " description" : " Version number" ,
3227+ " example" : " 1.0.0" ,
3228+ " in" : " path" ,
3229+ " name" : " version" ,
3230+ " required" : true ,
3231+ " schema" : {
3232+ " type" : " string"
3233+ }
3234+ }
3235+ ],
3236+ " responses" : {
3237+ " 201" : {
3238+ " description" : " Successful Response"
3239+ }
3240+ },
3241+ " security" : [
3242+ {
3243+ " cookie" : []
3244+ }
3245+ ],
3246+ " summary" : " Trigger a rebuild for the crate documentation on docs.rs." ,
3247+ " tags" : [
3248+ " versions"
3249+ ]
3250+ }
3251+ },
32123252 " /api/v1/crates/{name}/{version}/unyank" : {
32133253 " put" : {
32143254 " operationId" : " unyank_version" ,
You can’t perform that action at this time.
0 commit comments