implement updating skills

This commit is contained in:
2021-06-27 13:38:16 +02:00
parent 68b84f50ca
commit 15b71459ee
7 changed files with 85 additions and 65 deletions

View File

@ -36,6 +36,10 @@ class TestSkillsEndpoint(unittest.TestCase):
"id": 1,
"name": "PHP",
"icon_url": "/skills/1/icon"
}, {
"id": 10,
"name": "PostgreSQL",
"icon_url": "/skills/10/icon"
}, {
"id": 3,
"name": "Python",