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
The usage of iid, while semi-functional, is incorrect on this line as per the Gitlab Documentation here and here. This is actually causing an issue with the noCacheSuffix() function as it appends a 2nd question mark into the URL thus making the URL invalid and producing a 400 error from the API
Requirements:
use the proper id value in RESTful style as opposed to using a URL parameter
Setup & Reference:
Submissions:
Ensure good test coverage on all modules
Upload documentation for how to run your submission
Upload all your source code as a zip for review
Winner will be required to submit a pull request with their winning code.
The text was updated successfully, but these errors were encountered:
Description:
The usage of
iid
, while semi-functional, is incorrect on this line as per the Gitlab Documentation here and here. This is actually causing an issue with the noCacheSuffix() function as it appends a 2nd question mark into the URL thus making the URL invalid and producing a 400 error from the APIRequirements:
id
value in RESTful style as opposed to using a URL parameterSetup & Reference:
Submissions:
The text was updated successfully, but these errors were encountered: