0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Stripped virtual fields from Admin API v2: primary_tagg & primary_author

refs #10438

- you cannot add or update these fields
- these are virtual fields
This commit is contained in:
kirrg001 2019-02-23 22:58:57 +01:00
parent aa96334379
commit 48bd7a094c
2 changed files with 12 additions and 0 deletions

View file

@ -135,6 +135,12 @@
},
"url": {
"strip": true
},
"primary_tag": {
"strip": true
},
"primary_author": {
"strip": true
}
}
},

View file

@ -135,6 +135,12 @@
},
"url": {
"strip": true
},
"primary_tag": {
"strip": true
},
"primary_author": {
"strip": true
}
}
},