Fix version information for Connection::patch() and put().
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-01-11 16:16:55 +01:00
parent ed43f74c01
commit 905a5aae0e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 4 deletions

View File

@ -168,7 +168,7 @@ public:
* @param parameters A map of parameters.
*
*
* @since 0.1.0
* @since 0.2.0
*/
[[nodiscard]]
answer_type patch(const endpoint_variant &endpoint,
@ -179,7 +179,7 @@ public:
*
* @param endpoint Endpoint as API::endpoint_type or `std::string_view`.
*
* @since 0.1.0
* @since 0.2.0
*/
[[nodiscard]]
inline answer_type patch(const endpoint_variant &endpoint)
@ -194,7 +194,7 @@ public:
* @param parameters A map of parameters.
*
*
* @since 0.1.0
* @since 0.2.0
*/
[[nodiscard]]
answer_type put(const endpoint_variant &endpoint,
@ -205,7 +205,7 @@ public:
*
* @param endpoint Endpoint as API::endpoint_type or `std::string_view`.
*
* @since 0.1.0
* @since 0.2.0
*/
[[nodiscard]]
inline answer_type put(const endpoint_variant &endpoint)