You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to an existing module?
The feature is related to the API. The endpoint /candidates/{candid}/{visit}/instruments/{instrument}/flags allows for GET, PUT and PATCH requests, but the methods to handle PUT and PATCH requests are not implemented.
Describe the solution you'd like
They should be implemented in modules/api/candidate/visit/instrument/flags.class.inc
The text was updated successfully, but these errors were encountered:
spell00
added
the
Proposal
PR or issue suggesting an improvement that can be accepted, rejected or altered
label
Jun 29, 2020
…gs (aces#6780)
The methods handlePUT and handlePATCH were added to the endpoint /candidates/<candid>/<visit>/instruments/<instrument>.
Resolvesaces#6777
Is your feature request related to an existing module?
The feature is related to the API. The endpoint
/candidates/{candid}/{visit}/instruments/{instrument}/flags
allows forGET
,PUT
andPATCH
requests, but the methods to handlePUT
andPATCH
requests are not implemented.Describe the solution you'd like
They should be implemented in
modules/api/candidate/visit/instrument/flags.class.inc
The text was updated successfully, but these errors were encountered: