mirror of
https://github.com/dalbodeule/sh0rt.kr-pdns.git
synced 2025-06-08 10:48:20 +00:00
record update method changed patch to put
This commit is contained in:
parent
d045d2793e
commit
9297ddfd07
@ -61,7 +61,7 @@ class RecordController(
|
||||
return ApiResponseDTO(result = DeleteResponseWithId(record_id))
|
||||
}
|
||||
|
||||
@PatchMapping("{zone_id}/dns_records/{dns_record_id}")
|
||||
@PutMapping("{zone_id}/dns_records/{dns_record_id}")
|
||||
@Operation(summary = "Update Record by ID", tags=["record"])
|
||||
@ApiResponses(value = [
|
||||
ApiResponse(responseCode = "200", description = "Return Record", useReturnTypeSchema = true),
|
||||
|
Loading…
x
Reference in New Issue
Block a user