Closed aw32 closed 8 months ago
When requesting Job attributes from the REST interface, the metaData and tags attributes are not included. I tested both endpoints:
metaData
tags
r.HandleFunc("/jobs/{id}", api.getJobById).Methods(http.MethodPost) r.HandleFunc("/jobs/{id}", api.getCompleteJobById).Methods(http.MethodGet)
When requesting Job attributes from the REST interface, the
metaData
andtags
attributes are not included. I tested both endpoints: