Improved tag conflict docs and tests

This commit is contained in:
Alejandro Celaya
2019-12-06 23:40:27 +01:00
parent a070a68a57
commit e5f262869c
2 changed files with 39 additions and 0 deletions

View File

@@ -229,6 +229,16 @@
}
}
},
"409": {
"description": "The name provided in newName param is already in use for another tag.",
"content": {
"application/problem+json": {
"schema": {
"$ref": "../definitions/Error.json"
}
}
}
},
"500": {
"description": "Unexpected error.",
"content": {