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:
parent
aa96334379
commit
48bd7a094c
2 changed files with 12 additions and 0 deletions
|
@ -135,6 +135,12 @@
|
|||
},
|
||||
"url": {
|
||||
"strip": true
|
||||
},
|
||||
"primary_tag": {
|
||||
"strip": true
|
||||
},
|
||||
"primary_author": {
|
||||
"strip": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -135,6 +135,12 @@
|
|||
},
|
||||
"url": {
|
||||
"strip": true
|
||||
},
|
||||
"primary_tag": {
|
||||
"strip": true
|
||||
},
|
||||
"primary_author": {
|
||||
"strip": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue