Project

General

Profile

Actions

Bug #4566

closed

Various create/update rabl files missing

Added by Dominic Cleal about 10 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
API
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

We're missing various update.json.rabl and create.json.rabl files from the API views, so when doing an update or create (e.g. PUT to users) the API response doesn't match the "show" response.

$ ack -g show.json.rabl app/views/api/v2/ | wc -l
35
$ ack -g create.json.rabl app/views/api/v2/ | wc -l
19
$ ack -g update.json.rabl app/views/api/v2/ | wc -l
7
Actions #1

Updated by Leos Stejskal about 3 years ago

  • Status changed from New to Closed

I'm closing the issue,
It has been here for some time and I wasn't able to reproduce it on the latest version.
If you think that the issue is still relevant feel free to reopen it.

Actions

Also available in: Atom PDF