SIDN / ietf-epp-restful-transport

RESTful transport for EPP
Other
3 stars 4 forks source link

What HTTP method to use for EPP Update command #38

Closed mwullink closed 9 months ago

mwullink commented 9 months ago

PUT or PATCH?

mwullink commented 9 months ago

PATCH is probably the best option, the client only send changes to the server and not a complete representation.

mwullink commented 9 months ago

added text for patch