Skip to content
Commit f0a95994 authored by Christopher Simons's avatar Christopher Simons
Browse files

[FIXED JENKINS-31235] fix createItem/copy API args

Previous to this change, a "Content-Type" HTTP header was required but
ignored for the createItem?mode=copy REST API call.  This header is
meaningless for the create-from-copy operation as the content is sourced
internally rather than provided by the request (there is no
user-supplied 'content' whose type needs describing in this case).  With
this change, this call will succeed without the Content-Type header.
parent b21c33fb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment