-
Notifications
You must be signed in to change notification settings - Fork 0
FIX-134: Remove appliance_id from appliance creation #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
48f22ae
13bdddb
3c12387
cc1d6f3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -8,11 +8,11 @@ | |||||
| }, | ||||||
| "entries": [ | ||||||
| { | ||||||
| "_id": "e4a812ad40e202c4a4f862120a64f1e3", | ||||||
| "_id": "87003cca659c865a278e558143d768f3", | ||||||
| "_order": 0, | ||||||
| "cache": {}, | ||||||
| "request": { | ||||||
| "bodySize": 81, | ||||||
| "bodySize": 64, | ||||||
| "cookies": [], | ||||||
| "headers": [ | ||||||
| { | ||||||
|
|
@@ -25,11 +25,11 @@ | |||||
| }, | ||||||
| { | ||||||
| "name": "x-api-key", | ||||||
| "value": "c0bcf41ec2566cbcb921e16b0196a5647be5697a791af780def5a57b9177b93b" | ||||||
| "value": "b2bcbece2dedb0edbe8213d6f9eb84dc670c0d9e75666c5ea027ff2059ac5ecd" | ||||||
|
||||||
| "value": "b2bcbece2dedb0edbe8213d6f9eb84dc670c0d9e75666c5ea027ff2059ac5ecd" | |
| "value": "REDACTED" |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |||||
| }, | ||||||
| "entries": [ | ||||||
| { | ||||||
| "_id": "66db20409bd13d09ca54d50a139117d4", | ||||||
| "_id": "65ea730bff656dbcfbe6544a498e0e3e", | ||||||
| "_order": 0, | ||||||
| "cache": {}, | ||||||
| "request": { | ||||||
|
|
@@ -25,7 +25,7 @@ | |||||
| }, | ||||||
| { | ||||||
| "name": "x-api-key", | ||||||
| "value": "c0bcf41ec2566cbcb921e16b0196a5647be5697a791af780def5a57b9177b93b" | ||||||
| "value": "b2bcbece2dedb0edbe8213d6f9eb84dc670c0d9e75666c5ea027ff2059ac5ecd" | ||||||
|
||||||
| "value": "b2bcbece2dedb0edbe8213d6f9eb84dc670c0d9e75666c5ea027ff2059ac5ecd" | |
| "value": "REDACTED" |
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The JSDoc for
createAppliancestill says the appliance is associated with a master appliance type using a placeholder ID 1, but the implementation no longer sendsappliance_id. Please update the doc comment to reflect the new behavior (property appliances can be created without a master appliance reference, with matching happening asynchronously in Fixle).